fast-reid
fast-reid copied to clipboard
SOTA Re-identification Methods and Toolbox
In demo/visualie_result.py file there is following code snippet at line 125~126 ``` # compute cosine distance distmat = 1 - torch.mm(q_feat, g_feat.t()) ``` I think there should be a nomalization...
I think there's a typo. from fastreid.evaluation import evaluate_rank -> from fastreid.evaluation.rank import evaluate_rank
Now: [12] Ranjita Bhagwan, Kiran Tati, Yuchung Cheng, Stefan Savage, and Geoffrey M Voelker. Total recall: System support for automated availability management. In Nsdi, volume 4, 2004. May be: Total...
## ❓ How to do something using fastreid Describe what you want to do, including: I want to train my custom dataset, the orientation same as dance track dataset but...
can anyone get the download link of PKU VehicleID recently? I have sent many emails to the pkuml, but no any response about this dataset.
small typo on the word Dockder instead of Docker
In newer version of collections module, Mapping moved to 'collections.abc'