Download the LOOK annotation file here.
Start by creating a LOOK
folder.
Download the LOOK annotation file here and copy it inside the LOOK
folder.
samples
and the CAM_BACK_LEFT
sweeps
from the server closest to your location (US
or ASIA
).
Create a Nuscenes
folder inside the LOOK
folder and extract the downloaded files there.
Create a folder JRDB
inside LOOK
.
Download the JRDB train dataset from here and extract it in the JRDB
folder you just created.
Inside the LOOK
folder, create a KITTI
folder.
Create an account at the KITTI Benchmark website and move to the raw data section. Download the 2011_09_29_drive_0071 [synced+rectified data]
folder.
Unzip the folder and copy the 2011_09_29/2011_09_29_drive_0071_sync/image_03/data
folder into the KITTI
folder you created. Rename it train
.
Move to the 2d Object detection benchmark here. Download the first folder called Download left color images of object data set (12 GB)
. Unzip the folder and copy the folder data_object_image_2/training/image_2
into the KITTI
folder. Rename it test
.
To keep only the files with a LOOK annotation, you need to filter the datasets you previously downloaded. To do so, you can download the extract_look_dataset.py python script.
This script allows you to extract only the annotated images and reorganize them in order the respect the paths of the LOOK dataset.
To run this script you need to use python 3 running and the pandas library.
To be able to run the script you need to input the name of the dataset(s) you want to filter and the path to the annotation file.
To run the script for all the datasets, you can navigate inside the LOOK
folder in a terminal window and run the command
python extract_look_dataset.py -d Nuscenes,KITTI,JRDB -a LOOK_annotations.csv
.