To contribute to our NeRF-Factory code, we strongly recommend to follow the protocols below.
- Do not modify the original code since it can change the performance of the implemented code.
- Use pull request to contribute to our code. We will process a code review and merge it after internal acceptance.
- For clairty, please provide us the description of codes to add your model.
- It would be the best to provide your public link of the article.
- If you desire to add your custom dataset, please share the dataset publicly.
- Add the automatic download script of your dataset on
scripts/download_data.sh
- Add the automatic download script of your dataset on
- [Recommended] Add detailed descriptions of the code using comments inside the code.
- Do not use the util functions from different model. This could cause side-effects in future.