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

Re-wrote YOLOv5 Plugin using torch instead of OpenCV #59

Merged
merged 4 commits into from
Feb 10, 2024

Conversation

topguns837
Copy link
Contributor

Description 📖

The code for YOLOv5 Plugin was originally written using OpenCV. This made it difficult to run YOLOv5 inference using GPU, since OpenCV had to be built locally. This code has been converted to torch which makes the codebase easy to understand and future-proof

Fixes # #57

Type of change 📜

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested? 👀

Tested inside the given docker setup. I have used the KITTI Dataset as a source of video feed

Test Configuration 🖥️

  • OS version: Ubuntu 22
  • NVIDIA Driver: 535
  • CUDA Version: 11.8

@topguns837 topguns837 self-assigned this Feb 6, 2024
@jasmeet0915 jasmeet0915 merged commit eaadc67 into develop Feb 10, 2024
2 checks passed
@topguns837 topguns837 deleted the topguns/yolov5-torch branch February 10, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants