Taylor Koon

Results 4 comments of Taylor Koon

After trying things out for awhile, it seems I can get np.argsort to work if I pass a copy of the NDArray to it. It seems like the NDArray is...

After some further testing, I manually updated my model to match the IR and Opset version of the arcfaceresent100-8 model (IR version 3, Opset version 8), and that seems to...

@pepure , I am able to load the image into an `NDArray` using something similar to the example you provided. I am not doing any sort of normalization on the...

It looks like when an image with three channels is loaded into a `Mat` object, the `ndim` value for the `Mat` object is 2. I'm wondering if that is the...