Upload folder using huggingface_hub
Browse files
recipe.sh
CHANGED
@@ -4,8 +4,6 @@
|
|
4 |
|
5 |
set -e
|
6 |
|
7 |
-
exit 1
|
8 |
-
|
9 |
wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights
|
10 |
wget https://raw.githubusercontent.com/amikelive/coco-labels/master/coco-labels-2014_2017.txt
|
11 |
|
|
|
4 |
|
5 |
set -e
|
6 |
|
|
|
|
|
7 |
wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights
|
8 |
wget https://raw.githubusercontent.com/amikelive/coco-labels/master/coco-labels-2014_2017.txt
|
9 |
|