DEVIANT icon indicating copy to clipboard operation
DEVIANT copied to clipboard

About the data_setup_README

Open JacobKan opened this issue 2 years ago • 1 comments

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.

JacobKan avatar Sep 15 '22 03:09 JacobKan

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:

  • Go to nuscenes website first. Click on Downloads. image

  • Click on Login and enter your nuscenes account details (You may need to signup if you have not done before). After login with my nuscenes account details, I see the following screen on my end

image

  • Scroll down to the Full dataset (v1.0) section. You should see 10 camera and 10 lidar blobs for the Trainval set and 1 camera and 1 lidar blob for the Test set.

image

Let me know if you face any issues.

abhi1kumar avatar Sep 15 '22 15:09 abhi1kumar

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

JacobKan avatar Sep 26 '22 09:09 JacobKan

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!

chun-hsueh-lee avatar Sep 26 '22 19:09 chun-hsueh-lee

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.

abhi1kumar avatar Sep 26 '22 20:09 abhi1kumar