Add script to download COCO val2017

Signed-off-by: xavier <micaelaverucchi@gmail.com>
This commit is contained in:
xavier
2020-02-11 14:56:54 +01:00
parent d0026ff235
commit 9c4ea524fc
3 changed files with 18 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
cd demo
wget https://cloud.hipert.unimore.it/s/LNxBDk4wzqXPL8c/download -O COCO_val2017.zip
unzip -d COCO_val2017 COCO_val2017.zip
rm COCO_val2017.zip
cd COCO_val2017/
realpath labels/* > all_labels.txt