k128

Results 9 comments of k128

I was able to fix this error by changing changing site-packages\insightface\model_zoo\model_zoo.py:23 from: session = onnxruntime.InferenceSession(self.onnx_file, None) to: session = onnxruntime.InferenceSession(self.onnx_file, None, providers=['CUDAExecutionProvider', 'CPUExecutionProvider'])

> But you cannot simply install the new version of websockets `python-binance 1.0.15 requires websockets==9.1` So, python-binance needs to be updated to use websockets 10+?

Thanks @eight04! Uninstalling and installing python-magic first fixed my issue. Any objections to just adding a note to the readme on the correct installation order?

> I suspect the issue is with the environment. Specifically, I see that @k128 is using Tensorflow version 2.10 while I was using 2.0. Can you try setting up your...

As an update, I tried this on a newer computer and got different, but similarly poor results. I've attempted to get as close to the environment as possible, but tensorflow-addons...

This occurs on CPU too. I'm iterating through a list of images, using model.detect() on each (as defined in the insightface.ai tutorial). The memory increase seems to be (at least...

Windows 10 no CUDA - using CPU python 3.8.1 mxnet_mkl-1.5.0-py2.py3-none-win_amd64 numpy=1.18.1

It took me a while to get linux set up. Now I'm on Ubuntu 18.04 and I see the same thing happening. I don't get an error message, instead my...

@nttstar What's the recommended method for resizing?