thtrieu/darkflow

YOLO 9000

Open

#49 建立於 2017年2月9日

在 GitHub 查看
 (41 留言) (0 反應) (0 負責人)Python (6,120 star) (2,102 fork)batch import
help wanted

描述

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

貢獻者指南