maliozer commited on
Commit
7d10e18
1 Parent(s): 72355bc

Update README.md

Browse files

Update how to use explanation

Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -32,21 +32,7 @@ ShapeNet is a comprehensive 3D shape dataset created for research in computer gr
32
 
33
  ### How to use
34
 
35
- ```python
36
- # Train an auto-encoder
37
- python train_ae.py
38
-
39
- # Train a generator
40
- python train_gen.py
41
- ```
42
-
43
- ```python
44
- # Test an auto-encoder
45
- python test_ae.py --ckpt ./pretrained/AE_all.pt --categories all
46
-
47
- # Test a generator
48
- python test_gen.py --ckpt ./pretrained/GEN_airplane.pt --categories airplane
49
- ```
50
 
51
  ### BibTeX Entry and Citation Info
52
  ```
 
32
 
33
  ### How to use
34
 
35
+ Train and test snippets for both auto-encoder and generator are published under the official GitHub repository above.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ### BibTeX Entry and Citation Info
38
  ```