Skip to content

Commit 35e6298

Browse files
author
““SupermeLiu
committed
v0.4
1 parent ea5d6d3 commit 35e6298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Implementation of the paper **Using Simulated Training Data of Voxel-level Gener
66

77
In this paper, we propose a novel strategy of using two-stage generative models to simulate training data with voxel-level labels (MPGAN). Trained upon unlabeled data by optimizing a novel objective function of preserving predefined labels, the models are able to synthesize realistic 3D images with underlying voxel labels. The framework of MPGAN model is shown as follow:
88

9-
![image-20220318174040337](imgs/1.png)
9+
![image-1](imgs/1.png)
1010

1111
## Getting Started
1212

@@ -34,7 +34,7 @@ conda install --yes --file requirements.txt
3434
python 1_simulator.py
3535
```
3636

37-
<img src="imgs/2.png" alt="image-20220318174040337" />
37+
![image-2](imgs/2.png)
3838

3939
### Second Stage: GAN
4040

@@ -46,7 +46,7 @@ python 2_mpgan.py
4646

4747

4848

49-
![image-20220318174040337](imgs/3.png)
49+
![image-3](imgs/3.png)
5050

5151

5252

0 commit comments

Comments
 (0)