Skip to content
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

Real time Object detection #135

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

jaidh01
Copy link
Collaborator

@jaidh01 jaidh01 commented Oct 6, 2024

Closes: #67

  • Title: Real-time object detection in Videos
  • Your Name: Jai Dhingra
  • Idenitfy yourself: GSSOC-extd Contributor

Describe the add-ons or changes you've made 📃

Give a clear description of what have you added or modifications made

  1. Added the real-time object detection model using YOLO.
  • Implemented : -
  1. Dynamic frame skipping, to stay around the desired FPS which is 30 FPS.
  2. Option to use GPU and half precision ( FP16 precision ).
  3. The same code can be used with Yolo v8 models as well as Yolo v11 models.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

Screenshot (34)
Screenshot (35)

real.time.object.detection.mp4

Copy link

github-actions bot commented Oct 6, 2024

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@jaidh01
Copy link
Collaborator Author

jaidh01 commented Oct 6, 2024

Hi @Avdhesh-Varshney, @Zedoman.
I have Closed the previous PR for this issue. There were some error in updating that PR.

@Zedoman Zedoman merged commit c55309d into Avdhesh-Varshney:main Oct 8, 2024
imDarshanGK pushed a commit to imDarshanGK/Jarvis that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Real-Time Object Detection in Videos
3 participants