PatrykMazurek / SLAM-OR

GNU General Public License v3.0
6 stars 4 forks source link

ERROR obj not found #2

Open darissa opened 2 years ago

darissa commented 2 years ago

Hi Patry,

Thank you for sharing this project. I already successful run the main_vo.py. However, I got error when run main_slam.py :

File "main_slam.py", line 128, in if len(obj[img_id]['obj']) > 0: NameError: name 'obj' is not defined

I think this is due no object since no json file. May I know, which dataset do you used to run this code? where to find json file? Can you share more specifically about dataset preparation. Thank you.

Oumaymaa19 commented 2 years ago

Hi @darissa have you solved this problem? cause I'm facing the same issue.

kuromadoshiMJ commented 2 years ago

Hi @darissa @PatrykMazurek @Oumaymaa19 I am facing exactly the same issue. If you have solved this can you please share the solution.

Oumaymaa19 commented 2 years ago

@kuromadoshiMJ try checking if the execution of ./install_basic.sh and ./install_thirdparty.sh succeeded