Since you do not have a Nvidia GPU you do not have a GPU to Disable or Enable so no gear icon for this module. I will double check my all CPU systemThe new RC9 version is missing the gear icon for the Plate Reader (although I don't remember what the options were now for the CPU version LOL):
View attachment 183390
FWIW, the Dual TPU shouldn't use 5w unless its going all out. Do you have a heatsink on it? I ended up going through a number of different iterations before finding something that would keep it under 85C when under load. Above that temperature, it throttles itself.
See page 5 for power usage, thermal management starts on page 7.M.2 Accelerator with Dual Edge TPU datasheet | Coral
Technical details for the Coral M.2 Accelerator with Dual Edge TPUcoral.ai
You can monitor TPU temperatures here:
Manage the PCIe module temperature | Coral
Learn how to read the temperature from the Edge TPU and configure frequency scaling when using the Edge TPU over PCIe interface.coral.ai
One other thing to note is that the original code scales the camera image to fit on the 300x300px input tensor. This results in letterboxing of the image and just under half of the input pixels are unused. Instead of that, the multi-TPU code does tiling of the input image. By default it will split your 4k input image into two square 300x300px images, run both of them, and assemble the results. This will result in all input pixels being used in the tensor, but twice as much work for the TPUs.
Another thing of note is that simply the rescaling of the image is one of the more expensive things that CPAI does over all of its modules. Converting a 4k image to any input tensor costs 15 ms of CPU time, regardless of the module used. If someone wants to support the pillow-simd module, it’s AVX2 enabled and will drop that overhead by 6x closer to 3 ms.
I wouldn't worry about image sizing. Each model (and model size) will have different input tensor dimensions. In terms of the TPUs' ability, it's internal RAM can't handle tensors larger than around 500 px and things seem to start falling apart in the compiler. But otherwise input tensors tend to be sized anywhere from 300 px to 640 px on a side, depending on the model and model size.So is there an optimal size image to send to Codeproject.AI from Blue Iris for those of us with TPUs? Maybe one or two/
Thanks for the explanation on the multiple TPUs. Makes sense.
Choosing what’s optimal for your computer is really a function of three things:So is there an optimal size image to send to Codeproject.AI from Blue Iris for those of us with TPUs? Maybe one or two/
Thanks for the explanation on the multiple TPUs. Makes sense.
45w is a high number at idle. I dont have an 11th gen but I will test as 12th gen i5 and a 10th gen i5 when i get the chance...i bet its a combo of a large oversized power supply and and gaming parts that is causing your high numbers...these things should idle at 10-20w with just the ssd.Spec is I5-11400, 16GB DDR4, Single 4TB WD Surveillance Drive, CPU Cooler, 2 fans with PWM that sit mostly idle. Coral Dual TPU fitted in M.2 (5w) but not currently in use.
This was he build thread in case I missed anything out:
Blue Iris PC Build
As promised this is my PC Build Thread. I'll divide into sections so if you want to you can skip parts that don't interest you (hopefully it all does!). It's not intended as a definitive "this is the pc you need / must build". It represents my choices based on what I perceived to be the best...ipcamtalk.com
Maybe it's just Intel 11 gen as later processors are supposed to be power hungry, or maybe is something a miss:
Here's a screenshot, No UI just BI running in the background, no AV or other Apps running - 45.5 watts:
View attachment 183349
No. Integrated graphics + Coral Dual TPU.
Post a screenshot of your System Info like the below screenshot. Most likely your GPU is to old.
View attachment 183560
Post a screenshot of your System Info like the below screenshot. Most likely your GPU is to old.
View attachment 183560