-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arjun #13556
base: master
Are you sure you want to change the base?
Arjun #13556
Conversation
need to implement filtering candidate objects, and the concept to be used is minimum euclidean distance between centroid of image frame and centroid of bounding box of objects. Signed-off-by: arjunramdascs <151497622+arjunramdascs@users.noreply.github.com>
I have read the CLA Document and I sign the CLA 1 out of 2 committers have signed the CLA. |
π Hello @arjunramdascs, thank you for submitting a PR to the
For more details on contributing, check our Contributing Guide. If you encounter any issues or have questions, feel free to comment here. This is an automated response π€, but an Ultralytics engineer will review your PR and provide feedback soon. Thank you for helping improve YOLOv5! πβ¨ |
updated detect.py
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
This PR introduces MQTT integration and a sliding window mechanism for object detection focus tracking in YOLOv5, enhancing real-time applications and communication capabilities.
π Key Changes
paho-mqtt
torequirements.txt
for MQTT functionality..gitignore
andpyproject.toml
for better project organization.π― Purpose & Impact