Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Apply cuDNN init fix to all Object Detectors 2D #469

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Conversation

tsampazk
Copy link
Collaborator

It seems that the fix applied to yolov5 webcam demo for the cudnn not initialized error (#466), needs to be applied to all object detectors 2D, as i encountered it when running other demos too.

I removed the fix from the webcam demo and added it to the object_detectors_2d module __init__.py file which seems to solve it for all detectors.

@tsampazk tsampazk added bug Something isn't working test sources Run style checks test tools Test the toolkit methods labels Sep 29, 2023
@tsampazk tsampazk self-assigned this Sep 29, 2023
@tsampazk tsampazk changed the title Fix cudnn init Apply cuDNN init fix to all Object Detectors 2D Sep 29, 2023
Copy link
Collaborator

@passalis passalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Collaborator

@omichel omichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense.

@tsampazk tsampazk added test sources Run style checks test tools Test the toolkit methods and removed test sources Run style checks test tools Test the toolkit methods labels Sep 29, 2023
@tsampazk tsampazk merged commit 02a055d into develop Oct 2, 2023
@tsampazk tsampazk deleted the fix-cudnn-init branch October 2, 2023 07:05
lucamarchionni pushed a commit to lucamarchionni/opendr that referenced this pull request Jun 10, 2024
* Removed cudnn not initialized fix from yolov5 webcam demo

* Added cudnn not initialized fix to obj det 2d init to apply to all object detectors
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working test sources Run style checks test tools Test the toolkit methods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants