-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDescargarTodosLosPesos.sh
36 lines (17 loc) · 1.06 KB
/
DescargarTodosLosPesos.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#YOLOv2 VOC 2007+2012 2007 76.8 34.90 Bn 67 cfg weights
wget https://github.com/pjreddie/darknet/blob/master/cfg/yolo-voc.cfg
wget https://pjreddie.com/media/files/yolo-voc.weights
#YOLOv2 544x544 VOC 2007+2012 2007 78.6 59.68 Bn 40 cfg weights
wget https://github.com/pjreddie/darknet/blob/master/cfg/yolo-voc.cfg
wget https://pjreddie.com/media/files/yolo-voc.weights
#Tiny YOLO VOC 2007+2012 2007 57.1 6.97 Bn 207 cfg weights
wget https://github.com/pjreddie/darknet/blob/master/cfg/tiny-yolo-voc.cfg
wget https://pjreddie.com/media/files/tiny-yolo-voc.weights
#SSD300 COCO trainval test-dev 41.2 - 46 link
#SSD500 COCO trainval test-dev 46.5 - 19 link
#YOLOv2 608x608 COCO trainval test-dev 48.1 62.94 Bn 40 cfg weights
wget https://github.com/pjreddie/darknet/blob/master/cfg/yolo.cfg
wget https://pjreddie.com/media/files/yolo.weights
#Tiny YOLO COCO trainval - - 7.07 Bn 200 cfg weights
wget https://github.com/pjreddie/darknet/blob/master/cfg/tiny-yolo.cfg
wget https://pjreddie.com/media/files/tiny-yolo.weights