Skip to content

lifuguan/UC-NeRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run UC-NeRF on XLD dataset

File Tree

mvs
├── ...
nerf
├── ...
pose_refinement
├── ...
exp
├── checkpoints
├────────├────────
data
├── carlc_pic_0603_Town0N
├── ...

🚀 Start up

Follows the provided launch.json to run the trianing script.

{
    "env": {"CUDA_VISIBLE_DEVICES": "7",},
    "name": "Train",
    "type": "python",
    "request": "launch",
    "program": "${workspaceFolder}/nerf/train.py",
    "console": "integratedTerminal",
    "justMyCode": false,
    "args": ["--gin_configs","configs/waymo.gin" ,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published