xinshuoweng / AB3DMOT

(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
http://www.xinshuoweng.com/
Other
1.66k stars 403 forks source link

carefully followed provided installation instructions, got FileNotFoundError #113

Open Leozyc-waseda opened 1 year ago

Leozyc-waseda commented 1 year ago
FileNotFoundError: [Errno 2] No such file or directory: '/home/abc/work/AB3DMOT/AB3DMOT_libs/../data/KITTI/tracking/training/oxts/0001.txt'
xyllq999 commented 1 year ago

download the kitti dateset first in KITTI.md

Leozyc-waseda commented 1 year ago

Quick Demo on KITTI

To quickly get a sense of our method's performance on the KITTI dataset, one can run the following command after installation of the code. This step does not require you to download any dataset (a small set of data is already included in this code repository).

for a demo, it's not to download any dataset.

koswjjnd commented 1 year ago

When I want to use the quick demo code, I received the same error FileNotFoundError: [Errno 2] No such file or directory: '/home/abc/work/AB3DMOT/AB3DMOT_libs/../data/KITTI/tracking/training/oxts/0001.txt'. What should I do?

a228949 commented 1 year ago

I encountered the same issue, can you explain how this problem was resolved? @Leozyc-waseda @xyllq999 @koswjjnd @cclauss @akretz

cclauss commented 1 year ago

That filepath is being created here but I cannot provide further insight on how to fix this. https://github.com/xinshuoweng/AB3DMOT/blob/61f3bd72574093e367916c757b4747ca445f978c/AB3DMOT_libs/utils.py#L79-L89

a228949 commented 1 year ago

It appears that the issue was due to the dataset not being downloaded. Upon reading the 'kitti.md' file, I found that there were no instructions for downloading the dataset. However, the 'readme.md' file mentioned that the quick demo doesn't require downloading the dataset. Nevertheless, when running the quick demo, I couldn't find directories and files like 'data/kitti/tracking/training/oxts/*.txt'.

Thank you for your assistance. I believe I need to download the dataset and give it another try. @cclauss

vvng7190 commented 11 months ago

same problem

zty2004 commented 1 month ago

It appears that the issue was due to the dataset not being downloaded. Upon reading the 'kitti.md' file, I found that there were no instructions for downloading the dataset. However, the 'readme.md' file mentioned that the quick demo doesn't require downloading the dataset. Nevertheless, when running the quick demo, I couldn't find directories and files like 'data/kitti/tracking/training/oxts/*.txt'.

Thank you for your assistance. I believe I need to download the dataset and give it another try. @cclauss

Did you succeed after downloading the dataset? I meet the same problem now.