jiexiong2016 / GCNv2_SLAM

Real-time SLAM system with deep features
Other
769 stars 194 forks source link

the machine running run.sh does not respond at all! #67

Open Antony666 opened 2 years ago

Antony666 commented 2 years ago

When I finish compiling the project. After changing the data set path of run.sh, the machine running run.sh does not respond at all. Do you know the reason? @jiexiong2016

cyizhuo commented 1 year ago

Hi, I met this problem too.

I found out that it stucks in rgbd_gcn.cc LoadImages(), and it's because:

  1. the path of associations.txt is wrong.
  2. LoadImages() gets into a deadloop without any output.

after I fixed the path of associations.txt, rgbd_gcn ran as expected.