noguchis commited on
Commit
fe1292f
1 Parent(s): 77a85c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
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
+ ```