Commit
·
b999d22
1
Parent(s):
72355bc
Update README.md (#3)
Browse files- Update README.md (7d10e1845c5063bafacac8cdc9612db2650c0e51)
Co-authored-by: Mehmet Ali Özer <maliozer@users.noreply.huggingface.co>
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 |
-
|
| 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 |
```
|