@echo off REM REM CORSMAL Containers Manipulation dataset REM REM Licence REM This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 REM International License. To view a copy of this license, visit REM http://creativecommons.org/licenses/by-nc/4.0/ or send a letter to Creative REM Commons, PO Box 1866, Mountain View, CA 94042, USA. REM REM Brief description of the script REM Download all the files of the training set. REM Comment files that you do not want to download. REM echo Object 10 curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/10_rgb.zip -o 10_rgb.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/10_ir.zip -o 10_ir.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/10_depth.zip -o 10_depth.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/10_audio.zip -o 10_audio.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/10_imu.zip -o 10_imu.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/10_calib.zip -o 10_calib.zip REM echo Object 11 curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/11_rgb.zip -o 11_rgb.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/11_ir.zip -o 11_ir.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/11_depth.zip -o 11_depth.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/11_audio.zip -o 11_audio.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/11_imu.zip -o 11_imu.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/11_calib.zip -o 11_calib.zip REM echo Object 12 curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/12_rgb.zip -o 12_rgb.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/12_ir.zip -o 12_ir.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/12_depth.zip -o 12_depth.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/12_audio.zip -o 12_audio.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/12_imu.zip -o 12_imu.zip curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/12_calib.zip -o 12_calib.zip REM echo Microphone locations curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/Training/mic_loc.txt -o mic_loc.txt REM echo Submission form curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/PuTesting/submission_form.csv -o submission_form.csv REM echo Readme curl http://corsmal.eecs.qmul.ac.uk/data/ICME20/Training/README.md -o README.md REM echo END OF THE SCRIPT REM REM REM END OF THE SCRIPT