Mohit Gaikwad

Results 15 comments of Mohit Gaikwad

We are considering combined IDF1 on MOT17, right? If you checkout with this FairMOT [tracker](https://github.com/ifzhang/FairMOT#results-on-mot-challenge-test-set) the `fuse_motion` [function](https://github.com/ifzhang/FairMOT/blob/4aa62976bde6266cbafd0509e24c3d98a7d0899f/src/lib/tracker/matching.py#L125), the functionality is the same. Could we work on the `Kalman filter`...

Okay, will try this surely, wait until the weekend.

> I will run a parameter evolution for this after the one i am running for StrongSORT Sorry for the delay, bit busy with some other tasks.

> Hey i have used CLIP to perform Image retrieval task. Can you suggest me some ways in which we can evaluate Image retrieval procedure. > > Thank you. A...

No, `cosine similarity` and `euclidean_squared_distance ` do not give the same evaluation results, why?? After the similarity scores /distances have been calculated for query and test/ gallery images, they are...