-
Notifications
You must be signed in to change notification settings - Fork 127
Feedback #10
Comments
Thank you for giving feedback.
I plan to give it a try as soon as I finish implementing MultiProcess + YoloV3. btw, Japan is a new year in just 2 hours. |
NCS2 x4 + RaspberryPi3 ---> 24 FPS By the way, implementation of YoloV3 's MultiProcess is also over. |
May you achieve the goals of your life this year. Happy New Year!! NCS2 x2 + ODroid XU4Q on Debian ----> 20 FPS ODroid XU4Q is ARM based with USB3 ports so I will order 1 more stick to reach my goal of 30 FPS Regards, |
Only performance tuning is over.
|
Wonderful ! |
Hello,
Many thanks for your code.
Got about 15 FPS, using USB Webcam on Rpi 3 B+ and 2 ncs2.
Have you bench using 4 ncs on rpi ?
I use https://github.com/umlaeute/v4l2loopback to feed trafic cam view.
I get better result starting cam in 640x480 and cropping like this:
color_image=cv2.resize(color_image,(532,400))
color_image=color_image[100:100+300,116:116+300]
I also try to use the script with yolov3 but got buffer overflow.
Regards,
Pierre
The text was updated successfully, but these errors were encountered: