darglein / ADOP

MIT License
2.02k stars 197 forks source link

Can not train #79

Open MarvTheMarsian opened 1 year ago

MarvTheMarsian commented 1 year ago

Hi guys,

I have used my own dataset, run the necessary COLMAP commands, and used colmap2adop. But when I try to used adop_train with train_boat.ini config, I only get "Aborted" line. It looks like:

"Eval 0 | 0% | | 0/20 [00:00:0000] [0.00 e/s] Aborted " To get this error, I run, in ADOP/ ./build/bin/adop_train --config scenes/test/train_boat.ini I am using ubuntu 20.04, cuda 11.7 on my GTX 1060 6GB.

Edit:Turned out to be a memory issue. I have run it on my RTX3090, it works.