Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwea123 authored May 7, 2020
1 parent f72def7 commit 26745d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Example of own scene ([Silica GGO figure](https://www.youtube.com/watch?v=hVQIvE
## Testing without images
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!

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.
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.

# Mesh

Expand Down

0 comments on commit 26745d0

Please sign in to comment.