Skip to content

congdc00/enerf

 
 

Repository files navigation

Hướng dẫn cài đặt

Yêu cầu

Hệ điều hành: Linux

GPU: Nvidia Cuda: 11.3

Chuẩn bị môi trường

git clone https://github.com/congdinhchi/SSNeRF.git
%cd SSNeRF
pip3 install torch torchvision torchaudio
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
pip install -r requirements.txt

Chuẩn bị dữ liệu

Từ ./SSNeRF
mkdir load

Dữ liệu có thể được tải về từ NeRF_Data và đặt vào thư mục load

Chạy

với $NAME_DATA là tên của tập dữ liệu đã tải về

Chạy demo Train NeRF

Phương pháp NeRF + MRE python launch.py --config configs/ssnerf1-blender.yaml --gpu 0 --train dataset.scene=$NAME_DATA tag=example

Phương pháp NeuS + MRE python launch.py --config configs/eneus-blender.yaml --gpu 0 --train dataset.scene=$NAME_DATA tag=example system.loss.lambda_mask=0.0

About

New method for image rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%