Closed huchi00057 closed 2 years ago
hi friend can you help me for this to understand how to apply this on custom dataset i already saw all your threads and can't understand anything
hi friend can you help me for this to understand how to apply this on custom dataset i already saw all your threads and can't understand anything
DeepSort
is dependent and combination of two different approaches and models:
YOUR CUSTOM DATA
SIAMESE
network for similarity on YOUR CUSTOM DATA
So you need to train those two models first and then you can combine. If you don't understand the terminologies I just said, it means you're skipping the learning curve which is a bad thing. You need to learn those first by googling Point 1 and Point 2.
then you just replace the models with the given ones. As simple as that. You can read the paper too. I'd highly recommend that.
Thanks for helping me I trained my model on yolov7 for two classes person wearing mask or not ,successfully Now what to do after this i am stuck here Thanks again friend
Then Train a Siamese model, which is called ReiD model in DeepSort. It'll learn to differentiate between 2 people. Then just change the weights in this repo. As simple as that.
ok then data for ReID model will be yolo detection image or text annotation and how to get it
Thanks for reaching out. So the steps are: