Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update projects/enerf.md #11

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update projects/enerf.md
neccessary -> necessary
  • Loading branch information
eltociear authored Jan 6, 2024
commit e50530e412555413a6b4965764188d2fb6ecb3c1
2 changes: 1 addition & 1 deletion docs/projects/enerf.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/dendenxu/easyvolcap.github.io.assets/assets/43734697/11325dfc

Please refer to the [installation guide of ***EasyVolcap***](../../readme.md#installation) for basic environment setup.

Note that it's not neccessary for all requirements present in [environment.yml](../../environment.yml) and [requirements.txt](../../requirements.txt) to be installed on your system as they contain dependencies for other parts of ***EasyVolcap***. Thanks to the modular design of ***EasyVolcap***, these missing packages will not hinder the rendering and training of *ENeRF*.
Note that it's not necessary for all requirements present in [environment.yml](../../environment.yml) and [requirements.txt](../../requirements.txt) to be installed on your system as they contain dependencies for other parts of ***EasyVolcap***. Thanks to the modular design of ***EasyVolcap***, these missing packages will not hinder the rendering and training of *ENeRF*.

After the installation process, we're expecting *PyTorch* to be present in the current system for the rendering of *ENeRF* to work properly. Other packages can be easily installed using `pip` if errors about their import are encountered. Check that this is the case with:

Expand Down