chenhsuanlin / bundle-adjusting-NeRF

BARF: Bundle-Adjusting Neural Radiance Fields 🤮 (ICCV 2021 oral)
MIT License
788 stars 114 forks source link

run codes in the docker and meet a problem of cuda error #22

Closed Holmes-Alan closed 2 years ago

Holmes-Alan commented 2 years ago

Thank you for your code. I tried to use your code on a docker environment. I chose to close visdom visualization and run the code as the following command: CUDA_VISIBLE_DEVICES=1 python3 train.py --group=llff --model=barf --yaml=barf_llff --name=orchids --data.scene=orchids --barf_c2f=[0.1,0.5] --visdom!

Then I met the problem as, image Could you please help me? What did I do wrong?