#104 · Primary category: Computer Vision
deep-person-reid
Torchreid: Deep learning person re-identification in PyTorch.
Project last updated:01/09/26
GitHub Stars
4.9K
Forks
1.2K
Contributors
23
License
MIT
Why we included this project
Person re-identification is the task of matching the same person across different camera views, and Torchreid is one of the more complete open-source toolkits for it. The library pulls a broad set of re-id models and training recipes into a single PyTorch codebase, so you can train a model, evaluate it, and compare it against others without stitching together scattered research code. It covers both image- and video-based re-id, supports multi-GPU training, and takes care of dataset preparation, which makes getting a working baseline much faster. Cross-dataset evaluation and re-ranking utilities are included for testing how well a model generalizes beyond its training set. Teams that want a research-grade starting point rather than a black-box API will find the codebase readable and well documented.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)