fast-reid icon indicating copy to clipboard operation
fast-reid copied to clipboard

SOTA Re-identification Methods and Toolbox

Results 37 fast-reid issues
Sort by recently updated
recently updated
newest added

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...

stale

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.

stale

small typo on the word Dockder instead of Docker

In newer version of collections module, Mapping moved to 'collections.abc'