You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: