updates
This commit is contained in:
parent
8d7660b438
commit
364da386f7
|
@ -2,13 +2,10 @@
|
||||||
# CREDIT: https://github.com/pjreddie/darknet/tree/master/scripts/get_coco_dataset.sh
|
# CREDIT: https://github.com/pjreddie/darknet/tree/master/scripts/get_coco_dataset.sh
|
||||||
|
|
||||||
# Clone COCO API
|
# Clone COCO API
|
||||||
git clone https://github.com/pdollar/coco
|
git clone https://github.com/pdollar/coco && cd coco
|
||||||
cd coco
|
|
||||||
|
|
||||||
mkdir images
|
|
||||||
cd images
|
|
||||||
|
|
||||||
# Download Images
|
# Download Images
|
||||||
|
mkdir images && cd images
|
||||||
wget -c https://pjreddie.com/media/files/train2014.zip
|
wget -c https://pjreddie.com/media/files/train2014.zip
|
||||||
wget -c https://pjreddie.com/media/files/val2014.zip
|
wget -c https://pjreddie.com/media/files/val2014.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue