Skip to content

Commit 70d3d35

Browse files
committed
Update darknet detector with YOLO v4 support
1 parent 33e3749 commit 70d3d35

62 files changed

Lines changed: 4528 additions & 605 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/coco.data

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
classes= 80
2+
train = /home/pjreddie/data/coco/trainvalno5k.txt
3+
valid = coco_testdev
4+
#valid = data/coco_val_5k.list
5+
names = data/coco.names
6+
backup = /home/pjreddie/backup/
7+
eval=coco
8+

0 commit comments

Comments
 (0)