Skip to content

Instantly share code, notes, and snippets.

@dapperfu
Created January 29, 2020 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dapperfu/b0bd88ea4678d30369123cf7cac01685 to your computer and use it in GitHub Desktop.
Save dapperfu/b0bd88ea4678d30369123cf7cac01685 to your computer and use it in GitHub Desktop.
kitti database downloader.
ZIP+=data_object_image_2.zip
ZIP+=data_object_image_3.zip
ZIP+=data_object_prev_2.zip
ZIP+=data_object_prev_3.zip
ZIP+=data_object_velodyne.zip
ZIP+=data_object_calib.zip
ZIP+=data_object_label_2.zip
ZIP+=devkit_object.zip
ZIP+=models_lsvm.zip
ZIP+=data_object_det_2.zip
${ZIP}:
axel -n20 https://s3.eu-central-1.amazonaws.com/avg-kitti/${@}
all: ${ZIP}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment