xieyizheng commited on
Commit
46104da
·
1 Parent(s): a338620

Update reproduction-instruction.md

Browse files
Files changed (1) hide show
  1. reproduction-instruction.md +2 -1
reproduction-instruction.md CHANGED
@@ -37,10 +37,11 @@ There are three notebooks: Processing, Training and Rendering. <br>
37
  - Rendering load a checkpoint and render desired video
38
 
39
  For our custom scenes, we can start at any notebook, just set the correct **data_dir** and **experiment_dir** at the beginning. <br>
40
- For rendering from a existing experiment/checkpoint, edit the **config.gin** and set the correct dir.
41
 
42
  Important hyperparameters: image_scale & batch_size
43
 
 
44
  # Dataset&checkpoint Download:
45
  All in one:<br>https://huggingface.co/datasets/xieyizheng/hypernerf_custom_scenes/resolve/main/custom_scenes_all.zip
46
 
 
37
  - Rendering load a checkpoint and render desired video
38
 
39
  For our custom scenes, we can start at any notebook, just set the correct **data_dir** and **experiment_dir** at the beginning. <br>
40
+ For rendering from a existing experiment/checkpoint, edit the **config.gin** and set the correct dir before rendering.
41
 
42
  Important hyperparameters: image_scale & batch_size
43
 
44
+
45
  # Dataset&checkpoint Download:
46
  All in one:<br>https://huggingface.co/datasets/xieyizheng/hypernerf_custom_scenes/resolve/main/custom_scenes_all.zip
47