Xiangyu-Gao / Raw_ADC_radar_dataset_for_automotive_object_detection

A dataset for the raw ADC data of 2TX-4RX MMWave Radar for automotive object detection.
MIT License
77 stars 16 forks source link

Google drive link #6

Open xdindincx opened 1 year ago

xdindincx commented 1 year ago

Hi,

Can you please update the google drive with a working link? Thanks!

jimvermunt commented 1 year ago

With this command you can download it from the google drive to a linux machine:

wget --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate "https://docs.google.com/uc?export=download&id=1QgjwdQpY96NAVGdvjjFrXLhb48o15EO_" -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p' > /tmp/confirm && wget --load-cookies /tmp/cookies.txt --no-check-certificate "https://docs.google.com/uc?export=download&confirm="$(cat /tmp/confirm)"&id=1QgjwdQpY96NAVGdvjjFrXLhb48o15EO_" -O automotive.zip && rm /tmp/cookies.txt /tmp/confirm

xdindincx commented 1 year ago

Thanks for this, but can I get a normal link as I am not using a linux machine.

jimvermunt commented 1 year ago

The link works for me that is provided in the README