@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 test_pubing set. REM Comment files that you do not want to download. REM REM ################################################################################ REM RGB curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_rgb.zip -o ccm_test_pub_view1_rgb.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_rgb.zip -o ccm_test_pub_view2_rgb.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_rgb.zip -o ccm_test_pub_view3_rgb.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_rgb.zip -o ccm_test_pub_view4_rgb.zip REM REM ################################################################################ REM Depth curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_depth.z01 -o ccm_test_pub_view1_depth.z01 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_depth.z02 -o ccm_test_pub_view1_depth.z02 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_depth.z03 -o ccm_test_pub_view1_depth.z03 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_depth.z04 -o ccm_test_pub_view1_depth.z04 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_depth.zip -o ccm_test_pub_view1_depth.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_depth.z01 -o ccm_test_pub_view2_depth.z01 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_depth.z02 -o ccm_test_pub_view2_depth.z02 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_depth.z03 -o ccm_test_pub_view2_depth.z03 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_depth.z04 -o ccm_test_pub_view2_depth.z04 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_depth.zip -o ccm_test_pub_view2_depth.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_depth.z01 -o ccm_test_pub_view3_depth.z01 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_depth.z02 -o ccm_test_pub_view3_depth.z02 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_depth.z03 -o ccm_test_pub_view3_depth.z03 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_depth.z04 -o ccm_test_pub_view3_depth.z04 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_depth.zip -o ccm_test_pub_view3_depth.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_depth.z01 -o ccm_test_pub_view4_depth.z01 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_depth.z02 -o ccm_test_pub_view4_depth.z02 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_depth.z03 -o ccm_test_pub_view4_depth.z03 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_depth.zip -o ccm_test_pub_view4_depth.zip REM REM ############################################################################ REM Infrared curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_infrared1.zip -o ccm_test_pub_view1_infrared1.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_infrared2.zip -o ccm_test_pub_view1_infrared2.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_infrared1.zip -o ccm_test_pub_view2_infrared1.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_infrared2.zip -o ccm_test_pub_view2_infrared2.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_infrared1.zip -o ccm_test_pub_view3_infrared1.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_infrared2.zip -o ccm_test_pub_view3_infrared2.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_infrared1.z01 -o ccm_test_pub_view4_infrared1.z01 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_infrared1.zip -o ccm_test_pub_view4_infrared1.zip curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_infrared2.z01 -o ccm_test_pub_view4_infrared2.z01 curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_infrared2.zip -o ccm_test_pub_view4_infrared2.zip REM REM ############################################################################ REM Calib curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view1_calib.zip -o ccm_test_pub_view1_calib.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view2_calib.zip -o ccm_test_pub_view2_calib.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view3_calib.zip -o ccm_test_pub_view3_calib.zip REM curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_calib.zip -o ccm_test_pub_view4_calib.zip REM REM ################################################################################ REM IMU curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_view4_imu.zip -o ccm_test_pub_view4_imu.zip REM REM ################################################################################ REM Audio curl http://corsmal.eecs.qmul.ac.uk/data/CCM/test_pub/ccm_test_pub_audio.zip -o ccm_test_pub_audio.zip REM REM ################################################################################ REM Microphone locations curl http://corsmal.eecs.qmul.ac.uk/data/CCM/mic_loc.txt -o mic_loc.txt REM REM ################################################################################ REM README curl http://corsmal.eecs.qmul.ac.uk/data/CCM/README.md -o README.md REM REM ##### END OF THE SCRIPT