philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
Apache License 2.0
1.18k stars 309 forks source link

Elliminate classes in output ! #25

Open KA-ISK opened 6 years ago

KA-ISK commented 6 years ago

Hey guys, I'm working on a person couting project and desnity estimation in crowd. I'd like to elliminate all the classes in the output and only leave the "person" class. Also i'd like to count the number of persons returned.

Any help ? Thanks !! :)

akashAD98 commented 2 years ago

@KA-ISK you can use dont_showcommand infront of classes which you dont want to detect ex- dont_show car dont_show cat

& you can try alexyab repo