Replies: 1 comment 1 reply
-
Modify your code to load 4 instances. Or load images on 1 thread, and run
inference on the other 3?
…On Thu, Mar 23, 2023, 14:54 struthio, ***@***.***> wrote:
hi,
I was running darknet_images.py on RPi (so CPU detection with OpenCV).
Although when script is running I noticed that only 1 code (out of 4) is
used for detection.
Is there any way to run detection on 4 cores to speedup process ?
—
Reply to this email directly, view it on GitHub
<#8760>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGTV2AYEX7EG7OO2YTVB7LW5TBBJANCNFSM6AAAAAAWFY6KFA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
I was running darknet_images.py on RPi (so CPU detection with OpenCV).
Although when script is running I noticed that only 1 code (out of 4) is used for detection.
Is there any way to run detection on 4 cores to speedup process ?
Beta Was this translation helpful? Give feedback.
All reactions