deep_sort icon indicating copy to clipboard operation
deep_sort copied to clipboard

change deep sort to sort

Open LeeRock opened this issue 6 years ago • 6 comments

dear @nwojke,is there any way to change your code to sort(sort with with matching cascade) ?I mean just disable all code using appearance features distance.Could you show me some lines in your code which must be changed?

LeeRock avatar Jan 04 '19 06:01 LeeRock

maybe you are looking for this https://github.com/abewley/sort ?

cppntn avatar Jan 08 '19 14:01 cppntn

maybe you are looking for this https://github.com/abewley/sort ?

No.I had checked that repo.I just want to know how to modify a bit code in deep sort to make it work like sort ....

LeeRock avatar Jan 09 '19 06:01 LeeRock

@LeeRock Do you have any idea about how to modify sort to add only id's over the each object ?

PoonamZ avatar Jan 17 '19 07:01 PoonamZ

Hi LeeRock, sorry for the late reply. It is fairly straight-forward to make the necessary adaptions to end up with a code base that runs SORT with matching cascade. Most importantly, you will need to change this line to use iou_matching.iou_cost instead of gated_metric.

Another approach would be to remove deep_sort.track.Track.features and then continue to remove any code fragment that causes an error on execution. That way you can be sure no appearance information are used.

Hope it helps.

nwojke avatar Apr 30 '19 10:04 nwojke

Hi LeeRock, sorry for the late reply. It is fairly straight-forward to make the necessary adaptions to end up with a code base that runs SORT with matching cascade. Most importantly, you will need to change this line to use iou_matching.iou_cost instead of gated_metric.

Another approach would be to remove deep_sort.track.Track.features and then continue to remove any code fragment that causes an error on execution. That way you can be sure no appearance information are used.

Hope it helps.

how can we only use appearance features and not include iou matching?

Asrix-AI avatar Dec 10 '19 12:12 Asrix-AI

Hey @nwojke , I wanted to use just the SORT and nothing else using this same repo. How will i be able to achieve that?

amunamun07 avatar Aug 08 '22 05:08 amunamun07