Closed Sarouch closed 2 years ago
if mAP
for detection is good, only problem might be either the detection model is is over fitting or you have problem with DeepSORT
. Some examples are:
if
mAP
for detection is good, only problem might be either the detection model is is over fitting or you have problem withDeepSORT
. Some examples are:
- Maybe you are skipping frames while inference
- Objects are not people as this specific model is for people only
- Code is using wrong classes in the config so MAYBE
Yes I think mars-small128.pb doesn't work good at my own datasets, because of that, I trained deepSort with my custom data and obtained a weights but on pytorch format (.pt), I will try to figure out how to convert it to tensorflow format (.pb) and try again ! Thanks
if
mAP
for detection is good, only problem might be either the detection model is is over fitting or you have problem withDeepSORT
. Some examples are:
- Maybe you are skipping frames while inference
- Objects are not people as this specific model is for people only
- Code is using wrong classes in the config so MAYBE
Yes I think mars-small128.pb doesn't work good at my own datasets, because of that, I trained deepSort with my custom data and obtained a weights but on pytorch format (.pt), I will try to figure out how to convert it to tensorflow format (.pb) and try again ! Thanks
Helo, can you show me reference on how to trained deepsort model with own custom data? Thank you very much.
@YLL0209 You can follow the whole threads and references for these below
if
mAP
for detection is good, only problem might be either the detection model is is over fitting or you have problem withDeepSORT
. Some examples are:
- Maybe you are skipping frames while inference
- Objects are not people as this specific model is for people only
- Code is using wrong classes in the config so MAYBE
Hello @deshwalmahesh If my task is only for person, all I need to do is finetune the YOLOv7 model? Am I right?
Thanks in advanced!
@108618026 You can fine tune both the Yolov7
and ReID
model for person in case you want a production level implementation. Default model weights for ReiD
are old and new data + models + losses+ research has been done so there are new benchmarks for persona similarity and you can use those wights or techniques.
Hello, I have really a bad results on my customs data set, even the bbox are outide the object ! Knowing that the mAP of these same data was great while using yolov7 !
Should I train deepSort on my custom dataset ? Please, do you have an idea how can I do that ? I know that deepSort first, was trained on persons data... Thanks in advance.