当前位置:网站首页>Solution of Kitti data set unable to download

Solution of Kitti data set unable to download

2022-06-13 03:12:00 helwens

KITTI The dataset was jointly founded by karlsruhr Institute of technology in Germany and Toyota American Institute of technology , It is the largest computer vision algorithm evaluation data set under automatic driving scenario in the world .

But in fact, this database is hard to download , Even if you climb the wall 、 It is useless to use thunderbolt , as a result of KITTI The entire data set is stored on Amazon , There are almost problems with the download of the entire Amazon online disk . So it's not just KITTI The question of , It is possible that Amazon's online disk is not very friendly to domestic downloads .

Two methods have been collected online :

1. Use wget Instructions

Copy the download address first , Then use the following command

wget -b https://s3.eu-central-1.amazonaws.com/avg-kitti/data_object_velodyne.zip

-b The following link is the copy download address
Enter the following command to get the current download progress

tail -f wget-log

However, the above instructions failed successfully for me .

So again, find the following method

2. Generation Download

You read that right , It is a temporary address that others have downloaded , You can download it locally .

I have to admire and thank these warm-hearted little friends behind them .

You just need to copy the download link to the following URL , Re search , It will first search to see if it has been downloaded , If there is , Provide your address directly ; without , It will provide you with the image address .

https://d.serctl.com/

 

The above solution is also the solution that Amazon can't download , I hope you found that useful .

Thank you for your sharing

Reference link :

Download via official website KITTI Data set failure resolution _kxk_ustc The blog of -CSDN Blog

Use wget download KITTI Data sets

amazonaws Amazon accelerated download method and GitHub Code high-speed download mode - Let's have a look

原网站

版权声明
本文为[helwens]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/164/202206130311321229.html