Replies: 1 comment 3 replies
-
I am thinking of a very similar build, but I had a question for you. You have 4 UHD cameras, but what resolution is the Detect Stream? Also do you know what happens if you exceed the 8 UHD cameras you estimated would fit in memory? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Switched to a new low-cost AMD platform a few weeks back, and thought if anybody else would be interested, here are the inference speeds on Mobilenet and yolonas. The A310 performs really well and power consumption is quite low (I'd estimate around 5W or so based on a power plug). It is cool to touch the heat sink and the fan very rarely spins. 4 UHD HEVC streams are barely noticeable on the GPU video codec engine (~1% according to intel_gpu_top). The limiting factor for the number of streams will be the GPU memory. Each allocates around 0.5GB of GPU mem, from 4GB available, so about 8 UHD streams, depending. Tested some time back with a GTX 1050 also, but it got quite hot. Fyi, the dual video engine in the Arc Alchemist series are the same across all GPUs, so A310 and A770 performs the same. One advantage with the A310 is it pulls power only from the PCIe slot.
AMD 5500 (zen3 6+6 core) at $70 + Intel Arc A310 GPU at $80 (recent offer)
Overall CPU load with 4 streams about 3%.
Inference times:
Openvino CPU:
Mobilenet v2: 5.3ms
YoloNAS Frigate+ 320x320: 17.5ms
YoloNAS Frigate+ 640x640: 64ms
Openvino GPU:
Mobilenet v2: 4.0ms
YoloNAS Frigate+ 320x320: 7.5ms
YoloNAS Frigate+ 640x640: 12.9ms
Beta Was this translation helpful? Give feedback.
All reactions