Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
kwea123 committed May 1, 2020
1 parent 178e21e commit da7b488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Reference pytorch implementation: [nerf-pytorch](https://github.com/yenchenlin/n

* Multi-gpu training: Training on 8 GPUs finishes within 1 hour for the synthetic dataset!
* [Colab](#colab) notebooks to allow easy usage!
* Reconstruct **colored** mesh!
* [Reconstruct](#mesh) **colored** mesh!

# Installation

Expand Down Expand Up @@ -139,6 +139,10 @@ Example of own scene ([Silica GGO figure](https://www.youtube.com/watch?v=hVQIvE
<img src="https://user-images.githubusercontent.com/11364490/80813184-83f74680-8c04-11ea-8606-40580f753355.png" height="252">
</p>

# Mesh

See [README_mesh](README_mesh.md) for reconstruction of **colored** mesh. Only supported for blender dataset and 360 inward-facing data!

# Notes on differences with the original repo

* The learning rate decay in the original repo is **by step**, which means it decreases every step, here I use learning rate decay **by epoch**, which means it changes only at the end of 1 epoch.
Expand Down
1 change: 1 addition & 0 deletions README_mesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Reconstruct mesh

0 comments on commit da7b488

Please sign in to comment.