PVO
PVO copied to clipboard
Asking for data_readers
Dear author,
When I run python tools/datasets/generate_dynamic_masks.py, I find there no module named data_readers, Do you know why? Maybe there's a lost for the data_readers file(cause after pip install data_readers this problem still happens)?
Kind regards
In generate_dynamic_masks.py in line 8,
change sys.path.append('Neural-iMAP/droid_slam')
to sys.path.append('VO_Module/droid_slam')
. This will add the droid_slam and it's related modules(one of which is data_readers to the path and you will be able to execute the code.
Hope this helps