deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

about reid model

Open tangsipeng opened this issue 5 years ago • 9 comments

i test the reid model 'ckpt.t7' on Market1501 but only got mAP: 24.8% , can you share your test result ? @ZQPei

tangsipeng avatar Jan 06 '20 09:01 tangsipeng

i fix some bug on my code ,here is my new test result on Market1501 by 'ckpt.t7' 2020-01-08 10:28:22,563 reid_baseline.inference INFO: Validation Results 2020-01-08 10:28:22,563 reid_baseline.inference INFO: mAP: 36.8% 2020-01-08 10:28:22,563 reid_baseline.inference INFO: CMC curve, Rank-1 :62.2% 2020-01-08 10:28:22,563 reid_baseline.inference INFO: CMC curve, Rank-5 :80.4% 2020-01-08 10:28:22,563 reid_baseline.inference INFO: CMC curve, Rank-10 :86.2%

tangsipeng avatar Jan 08 '20 02:01 tangsipeng

Great job! Can you create a pull request to merge your work to this repository?

ZQPei avatar Jan 08 '20 02:01 ZQPei

@ZQPei
now,I am confused that i chang a strong reid model which can get mAP: 85.7% at Market1501,but did not get any progress,so i wonder that my test result is right or not?

mAP: 36.8% is ok?

tangsipeng avatar Jan 08 '20 02:01 tangsipeng

hello,I am a freshman here. I hava a question about the differences between yolov3 and reid? Can I use yolov3 to extract the features instead of reid model?

antoniolq avatar Mar 12 '20 06:03 antoniolq

@tangsipeng 你好,不知道可以请教一下你使用那个strong reid的问题吗

CompliceU avatar Mar 17 '20 13:03 CompliceU

@ZQPei now,I am confused that i chang a strong reid model which can get mAP: 85.7% at Market1501,but did not get any progress,so i wonder that my test result is right or not?

mAP: 36.8% is ok?

Hello! I have the same result as you. I replace the ckpt.t7 with some stronger(trained on Market1501 or DukeMTMC) reid model weights but I didn't get any progress on the result of tracking.

tenghehan avatar Nov 19 '20 08:11 tenghehan

@tenghehan What did you do next ?. I'm trying with ckpt.t7 but not getting good results. Which Re-ID model should I use

sainivedh avatar Jun 16 '21 14:06 sainivedh

@tenghehan What did you do next ?. I'm trying with ckpt.t7 but not getting good results. Which Re-ID model should I use

when you test on mot task ,you should use a reid model trained on mot data

tangsipeng avatar Jun 18 '21 03:06 tangsipeng

i fix some bug on my code ,here is my new test result on Market1501 by 'ckpt.t7' 2020-01-08 10:28:22,563 reid_baseline.inference INFO: Validation Results 2020-01-08 10:28:22,563 reid_baseline.inference INFO: mAP: 36.8% 2020-01-08 10:28:22,563 reid_baseline.inference INFO: CMC curve, Rank-1 :62.2% 2020-01-08 10:28:22,563 reid_baseline.inference INFO: CMC curve, Rank-5 :80.4% 2020-01-08 10:28:22,563 reid_baseline.inference INFO: CMC curve, Rank-10 :86.2%

Hello, could you tell me how can i get the indicators such as Rank1 and Rank5?

a865550942 avatar Jul 02 '22 12:07 a865550942