abhaygargab
abhaygargab
Even i had the same problem. I modified the part of the code like this: for cls_id, nID in self.nID_dict.items(): nID = max(nID, 2) # Added Line self.emb_scale_dict[cls_id] = math.sqrt(2)...
Even i am facing the same issue. The detection results are good but the track ids keep changing frequently. @CaptainEven what are the parameters that can be tuned? Num of...
As the objects in my videos start and stop moving suddenly, that too at a high speed. So can the Kalman filtering be a reason for frequent ID switches? If...
Hello @Zhongdao , Has the work on MCMOT version completed? ThankYou
You can extract the .npy files from Extract_Feats.py if you have installed caffe on your system. Else if you are facing problems installing caffe, you can follow zaoyehuo's code from...
I was getting the same output. The problem was that i missed running "source path.sh" before "./decode".
Thank You so much for the response. So, do you that i should maybe crop the image into 4 sub-images and run the model on the 4 images separately?? In...
Hello DanFu, I could not resolve this. I am using python 3.6.10 and followed the steps as described. After installation it showed, it said all the tests ran properly. Still...
Can you please be more elaborate on how Coalesce can be used for tracking? I want to have different IDs for different pedestrians and track them. Right now i am...