Color-NeuS
[3DV 2024] Color-NeuS: Reconstructing Neural Implicit Surfaces with Color
File Explorer
Download Latest Version (.zip)- Color_NeuS_bmvs.yml
- Color_NeuS_dtu.yml
- Color_NeuS_iho.yml
- Color_NeuS_omniobject3d.yml
- NeuS_bmvs.yml
- NeuS_dtu.yml
- NeuS_iho.yml
- NeuS_omniobject3d.yml
- pipeline.png
- __init__.py
- bmvs.py
- dtu.py
- iho_video.py
- omniobject3d.py
- __init__.py
- basic_metric.py
- similarity.py
- __init__.py
- Color_NeuS.py
- fields.py
- NeuS.py
- __init__.py
- camera_net.py
- PositionEncoding.py
- ray_utils.py
- viztools.py
- __init__.py
- model_abstraction.py
- NeuS_Trainer.py
- __init__.py
- builder.py
- config.py
- dist_utils.py
- etqdm.py
- io_utils.py
- logger.py
- mesh_tools.py
- misc.py
- net_utils.py
- read_cameras.py
- recorder.py
- summary_writer.py
- transform.py
- __init__.py
- opt.py
- .gitignore
- evaluation.py
- LICENSE
- pyrightconfig.json
- README.md
- requirements.txt
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/Colmar-zlicheng/Color-NeuS
Downloads the entire project code from GitHub to your computer.
cd Color-NeuS
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
