ChiekoN / OpenCV_SSD_MobileNet

C++ Object Detection (SSD MobileNet) implementation using OpenCV.
21 stars 13 forks source link

Modify list of classes #1

Open Mike9277 opened 9 months ago

Mike9277 commented 9 months ago

Hi, Is it possible to modify the list of detection classes? I tried to just change the .txt file but it does not produces matching results.

Thanks!