michuanhaohao / AlignedReID

Alignedreid++: Dynamically Matching Local Information for Person Re-Identification.
MIT License
401 stars 114 forks source link

Threshold to say that it's the same person #36

Open BabuTango opened 5 years ago

BabuTango commented 5 years ago

@michuanhaohao Can you tell me the threshold value i.e aligned distance to set, to say thats its same person or different person

michuanhaohao commented 5 years ago

I always choose 0.7. If can statistics all distance of the positive and negative pairs.

BabuTango commented 5 years ago

@michuanhaohao but setting 0.7 bring many false positives. setting 0.7, in 50% of cases, its says that its the same person. But actually they are different. I use aligned distance.

Is there any metric or advice you would give to reduce false postives, when setting the aligned distance threshold to 0.7

zpge commented 3 years ago

Mark. Have the same question.

gregorito commented 2 years ago

@BabuTango Which value are using now ?

BonGum commented 11 months ago

@gregorito Did you find the solution?