thtrieu/darkflow

YOLO 9000

Open

#49 opened on Feb 9, 2017

View on GitHub
 (41 comments) (0 reactions) (0 assignees)Python (6,120 stars) (2,102 forks)batch import
help wanted

Description

Hello guys!

Thanks for the amazing work!

I'm looking for the YOLO9000 model that can classify 9000 categories.

I could not find the YOLO 9000 cfg.

Can anyone help please?

> find . -name '*.cfg' -exec cat {} \; | grep "classes"
classes=4
classes=20
classes=80
classes=2
classes=4
classes=20
classes=20
classes=4
classes=4
classes=20
classes=4
classes=2
classes=80
classes=4
classes=20
classes=80
classes=20
classes=20
classes=80

I was expecting something like classes=9000

Contributor guide