-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
CORS Updated #12706
base: master
Are you sure you want to change the base?
CORS Updated #12706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Hello @atif275, thank you for submitting a YOLOv5 π PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- β
Verify your PR is up-to-date with
ultralytics/yolov5
master
branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pull
andgit merge master
locally. - β Verify all YOLOv5 Continuous Integration (CI) checks are passing.
- β Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β Bruce Lee
@atif275 hello there! π Thank you for the PR summary on the CORS update. It's great to see contributions that aim to enhance user experience and accessibility with a web interface for YOLOv5 object detection. Your efforts to integrate a Flask web app and improve the interaction with the detection system are much appreciated. I'll review the changes and provide feedback or merge the PR accordingly. Keep up the fantastic work, and thank you for being a part of the YOLOv5 community! π For any further details on usage and contributions, please refer to our documentation at https://docs.ultralytics.com/yolov5/. |
I have read the CLA Document and I sign the CLA 2 out of 3 committers have signed the CLA. |
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Introducing a web application for streaming and running object detection on videos.
π Key Changes
app.py
to create a Flask web app with endpoints to start/stop the video stream, list videos, and run detection.detect.py
to change the default detection source to the "videos" directory.static/script.js
for handling UI interactions like starting/stopping streams and triggering video detections.static/style.css
to apply styles to the web application's UI elements.templates/index.html
to set up the structure and layout of the web front-end.π― Purpose & Impact