xieyizheng
commited on
Commit
•
9c5e92d
1
Parent(s):
b1101b8
Update reproduction-instruction.md
Browse files
reproduction-instruction.md
CHANGED
@@ -37,7 +37,7 @@ 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
|
41 |
|
42 |
Important hyperparameters: image_scale & batch_size
|
43 |
|
|
|
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 an existing experiment/checkpoint, also edit the **config.gin** and set the correct **data_dir** before rendering.
|
41 |
|
42 |
Important hyperparameters: image_scale & batch_size
|
43 |
|