princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
608 stars 71 forks source link

Why does the program get stuck when calling ii jj kk in the forward function of net.py #41

Open YuehaoHuang opened 10 months ago

YuehaoHuang commented 10 months ago

In the forward function of net.py, using ii jj kk will cause the program to freeze, so the code will get stuck in this line of "ix, jx = fastba.neighbors(kk, jj)" Even getting stuck after run "print(ii)" Could you please help me solve the problem?