Skip to content

ovi-lab/roadmap-nerf

Repository files navigation

To build docker:

powershell -executionpolicy bypass -File .\build_docker.ps1

To train model:

powershell -executionpolicy bypass -File .\exec-docker.ps1

In docker: You may have to run nerfstudio install once:

cd /home/user/nerfstudio
python3.10 -m pip install -e .
  1. Proces data
ns-process-data video --data labv2.mp4 --output-dir labv2out/ --num-frames-target 1000
  1. Train model
ns-train nerfacto --experiment-name exp1 --data labv2out/ --pipeline.model.predict-normals True
  1. Export model, follow instruction on the UI link on the web UI. Should look something like:
ns-export pointcloud --load-config outputs/labv1out/nerfacto/2023-09-19_200152/config.yml --output-dir labv1out --normal-method open3d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published