person reid with yolo model #16492
-
i started to learn yolo docs for person reid and didnt find any models, which can do this. can anyone help me with this question please, and provide some example of usage or link how this can be used with yolo model (if it possible). ty all and sorry for waisting your time. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
👋 Hello @hanamuura, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs where you may find helpful resources for various applications, including example usage for models. If your question pertains to integrating person re-identification with YOLO models, kindly share further details or specific requirements to assist our community and developers in providing the best guidance possible. For an engaging community experience, you can join our Discord for real-time chat, explore discussions on Discourse, or engage with fellow enthusiasts on our Subreddit 🎧. UpgradeEnsure you have the latest pip install -U ultralytics EnvironmentsYou can explore YOLOv8 in these verified environments:
StatusIf this badge is green, all Ultralytics CI tests are currently passing. Please note that this is an automated response, but rest assured, an Ultralytics engineer will also assist you soon. 😊 |
Beta Was this translation helpful? Give feedback.
-
YOLO models are primarily designed for object detection, not person re-identification. You might need to integrate YOLO with a separate re-identification model for this task. For more details, you can explore the YOLO documentation or community forums. |
Beta Was this translation helpful? Give feedback.
@hanamuura i'm glad to help. For person re-identification, consider exploring specialized re-ID models available on platforms like PyTorch Hub or TensorFlow Model Garden.