Nate Meyer
Nate Meyer
> It would be nice to add some tests for this new module. Might be difficult / not a good idea to test actual detection, but at least testing that...
As I am working on an OpenVino detector using this branch, I'm finding it would be helpful if the configuration for a model were more descriptive. Has there been any...
I see some work in #1022, #3099, and #2548. Was there any preference on how any of these handled different models?
Looks like the input tensor shape can be transformed without a memory copy. This can be handled by the detector, so I changed the "model_shape" to be the whole model...
The default colorspace should remain RGB as was used for the current default model and there is an option for `YUV` that will only crop/resize and skip the colorspace transformation...
I rebased and pushed one more commit for the model input config. I switched it to an enum to specify NCHW vs NHWC tensor shapes instead of an array of...
I have two questions with this: 1. I've only tested the CPU and GPU devices with this. Is there someone who has a NCS2 that can try the VPU device?...
> > 2. When looking through the docker build packages, I realize I don't know if or how this will build for arm/arm64 architectures. I believe the CPU and GPU...
The error I get is: ``` => ERROR [wheels 2/8] RUN apt-get -qq update && apt-get -qq install -y apt-transport-http 0.4s => CANCELED [ov-converter 2/8] RUN apt-get -qq update &&...
The model benchmark in the OpenVino toolbox claims my GPU will do 263fps with this model. Looks like the debug page is showing an inference speed of 8-12ms. This is...