Created
January 29, 2020 19:43
-
-
Save dapperfu/b0bd88ea4678d30369123cf7cac01685 to your computer and use it in GitHub Desktop.
kitti database downloader.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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