abhi1kumar / DEVIANT

[ECCV 2022] Official PyTorch Code of DEVIANT: Depth Equivariant Network for Monocular 3D Object Detection
https://arxiv.org/abs/2207.10758
MIT License
203 stars 29 forks source link

Cannot find nuScenes blobs for converting to KITTI format in data_setup_README #3

Closed JacobKan closed 2 years ago

JacobKan commented 2 years ago

First many thanks for your work. I am new on object detection and have spent many time on this data_setup part. Yet I cannot setup the data like your structure. A light suggestion: Download the nuScenes and Waymo datasets. As my understanding, these 2 datasets can be downloaded to somewhere outside the project because we will use soft link to connect them with the DEVIANT project.

My confusion lays in this step: Then follow the instructions at convert_nuscenes_to_kitti_format_and_evaluate.sh to get nusc_kitti_org folder.

I think I should download the datasets following yours and nuScene's github. But I found it hard to follow convert_nuscenes_to_kitti_format_and_evaluate.sh as I don't have v1.0-trainval#number_blobs_camera.tgz and v1.0-trainval01_blobs_lidar.tgz and many other directories in this .sh file.

So I am not able to generate nusc_kitti_org folder and continue.

abhi1kumar commented 2 years ago

Hi @JacobKan

I don't have v1.0-trainval#number_blobs_camera.tgz and v1.0-trainval01_blobs_lidar.tgz and many other directories in this .sh file.

These files are available from the nuscenes website. Here are the steps:

image

image

Let me know if you face any issues.

JacobKan commented 2 years ago

Thanks for your help! With your help and deeper study I can continue now. The .sh script file is the key.

chun-hsueh-lee commented 2 years ago

Hi, For the paths in convert_nuscenes_to_kitti_format_and_evaluate.sh, do I need to change the /home/abhinavkumar to my own $HOME path?

Can you please provide a new file with no absolute paths? This will be a lot easier!

Thank you so much!

abhi1kumar commented 2 years ago

Hi, For the paths in convert_nuscenes_to_kitti_format_and_evaluate.sh, do I need to change the /home/abhinavkumar to my own $HOME path?

Yes, you have to replace /home/abhinavkumar to your own $HOME.

Can you please provide a new file with no absolute paths? This will be a lot easier!

The reason I did not make these paths relative is some commands require absolute path and not relative path. You could simply search for /home/abhinavkumar in convert_nuscenes_to_kitti_format_and_evaluate.sh and replace them with /home/username.