noguchis commited on
Commit
91e35e2
1 Parent(s): fe1292f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -2,16 +2,6 @@
2
  license: cc-by-nc-sa-4.0
3
  ---
4
 
5
- ```bash
6
- export CO3DV2_DATASET_ROOT=$(pwd)/co3d/dataset
7
- CUDA_VISIBLE_DEVICES=1 python -m viewdiff.convert_checkpoint_to_model
8
- --checkpoint-path outputs/train/teddybear/50_sequences/subset_all/input_3/train/train_teddybear/checkpoint-1061000
9
-
10
- CUDA_VISIBLE_DEVICES=0 ./viewdiff/scripts/test/test_spherical_360_256x256.sh
11
- ${CO3DV2_DATASET_ROOT}
12
- outputs/train/teddybear/50_sequences/subset_all/input_3/train/train_teddybear/saved_model_from_checkpoint-1061000/
13
- outputs/single-batch-uncond-generation
14
- 10
15
- teddybear
16
- 50
17
- ```
 
2
  license: cc-by-nc-sa-4.0
3
  ---
4
 
5
+ This model I have uploaded is checkpoint 1061000 for Teddy Bear (CO3D) trained using [ViewDiff](https://github.com/facebookresearch/ViewDiff).
6
+
7
+ Please see my article for details --> [Trying ViewDiff with WSL2...but](https://note.com/ngc_shj/n/n50f96770c0bf)