Skip to content

Commit 237352b

Browse files
committed
pretrain check
1 parent 7ea263d commit 237352b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ Alternatively, you can manually download the datasets and pretrained models from
3838
## Step 2: Pretrain nominal shapes
3939
```
4040
python pretrain.py --name <log name> --gpu_id 0
41-
```
41+
```
42+
If you want to check the result of your pretrained model,
43+
```
44+
python pretrain.py --checkpoints_dir <dir> --gpu_id 0
45+
```
46+
then you will see the nominal reconstructions in /output/ directory.

0 commit comments

Comments
 (0)