mar. de 2017set. de 2018abr. de 2020nov. de 2021jun. de 2023dez. de 2024jul. de 2026
ArtefatosPyPIpip install open-reid
README
Open-ReID
Open-ReID is a lightweight library of person re-identification for research
purpose. It aims to provide a uniform interface for different datasets, a full
set of models and evaluation metrics, as well as examples to reproduce (near)
state-of-the-art results.
Installation
Install PyTorch (version >= 0.2.0). Although we support
both python2 and python3, we recommend python3 for better performance.
git clone https://github.com/Cysu/open-reid.git
cd open-reid
python setup.py install