JardinRyu/Jetson_Nano_People_Counting

hello! How to change people counting to detect and count other targets? Thanks for your guidance !

chenbinCBcau opened this issue · 3 comments

hello! How to change people counting to detect and count other targets? Thanks for your guidance !

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.

I think you need to refer to https://jkjung-avt.github.io/hand-detection-tutorial/ to train your detector.

ok, thanks very much! I will refer to it carefully.