All Projects → vita-epfl → Person-Re-Identification-with-Confidence

vita-epfl / Person-Re-Identification-with-Confidence

Licence: other
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language

Rethinking Person Re-Identification with Confidence

Get started

  1. cd to the folder where you want to download this repo.
  2. Clone ths repo.
  3. Install dependencies by pip install -r requirements.txt.
  4. To accelerate evaluation (10x faster), you can use cython-based evaluation code (developed by luzai). First cd to eval_lib, then do make or python setup.py build_ext -i. After that, run python test_cython_eval.py to test if the package is successfully installed.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].