Open ReLesEason opened 1 year ago
Hi, I met this problem too.
I found out that it stucks in rgbd_gcn.cc
LoadImages()
, and it's because:
associations.txt
is wrong.LoadImages()
gets into a deadloop without any output.after I fixed the path of associations.txt
, rgbd_gcn
ran as expected.
您好,编译通过后,运行run.sh没有反应,请问是什么原因