princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
643 stars 76 forks source link

How is the structure of the Tartan datasets arranged during training? #53

Open Tianci-Wen opened 6 months ago

Tianci-Wen commented 6 months ago

Thank you for open sourcing your excellent work. I encountered some problems during training. For one of the sequences, my path is as follows: ~/datasets/TartanAir/abandonedfactory/Easy/depth_left/abandonedfactory/EasyP000/depth_left/xxxx.npy ~/datasets/TartanAir/abandonedfactory/Easy/image_left/abandonedfactory/Easy/P000/image_left/xxxx.png

How can I rearrange the file structure? Is there any preprocessing after downloading the data set? Thank you very much and look forward to your answer.

lahavlipson commented 6 months ago

The data should be stored as DPVO/datasets/TartanAir/abandonedfactory/abandonedfactory/Easy/P001/image_left/xxxx.png

Sorry for the confusion. I believe this is how the tartanair_tools github repo unpacks it

Tianci-Wen commented 6 months ago

The data should be stored as DPVO/datasets/TartanAir/abandonedfactory/abandonedfactory/Easy/P001/image_left/xxxx.png

Sorry for the confusion. I believe this is how the tartanair_tools github repo unpacks it

Thank you very much for your patient reply! I found this in the tartanair_tools github repo, but it still doesn't work when testing driod-slam. I tested the first abandonedfactory on DPVO and it works. I will test and train DPVO after all sequences have been downloaded.