Skip to content

Commit 26745d0

Browse files
authored
Update README.md
1 parent f72def7 commit 26745d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Example of own scene ([Silica GGO figure](https://www.youtube.com/watch?v=hVQIvE
150150
## Testing without images
151151
The concept of NeRF is that the whole scene is compressed into a NeRF model, then we can render from any pose we want. To render from plausible poses, we can leverage the training poses; therefore, you can generate video with **only** the trained model and the poses. I provided my silica model in [release](https://github.com/kwea123/nerf_pl/releases), feel free to play around with it!
152152

153-
If you trained some interesting scenes, you are also welcomed to share the model (and the `poses_bounds.npy`) by sending me an email! After all, a model is just around **5MB**! Please run `python save_weights_only.py --ckpt_path $YOUR_MODEL_PATH` to extract the final model.
153+
If you trained some interesting scenes, you are also welcomed to share the model (and the `poses_bounds.npy`) by sending me an email! After all, a model is just around **5MB**! Please run `python utils/save_weights_only.py --ckpt_path $YOUR_MODEL_PATH` to extract the final model.
154154

155155
# Mesh
156156

0 commit comments

Comments
 (0)