hello! How to change people counting to detect and count other targets? Thanks for your guidance !
chenbinCBcau opened this issue · 3 comments
chenbinCBcau commented
hello! How to change people counting to detect and count other targets? Thanks for your guidance !
JardinRyu commented
If the target class you want is included in COCO, you can change the class number to detect on line 39 of utils/ssd.py.
JardinRyu commented
I think you need to refer to https://jkjung-avt.github.io/hand-detection-tutorial/ to train your detector.
chenbinCBcau commented
ok, thanks very much! I will refer to it carefully.