patatman

Results 12 comments of patatman

Recently switched to Supersclicer, and found this issue. Just a small ping to @FormerLurker like requested above :-)

Sorry I'm jumping onboard this issue, but I wanted to share my progress: So I tried running this in my current Test env, and ran into some issues. (Unraid os,...

Small update: Container building went successful, but I can't seem to run it. ``` [uWSGI] getting INI configuration from uwsgi.ini *** Starting uWSGI 2.0.19 (64bit) on [Mon Nov 22 16:42:25...

Last update: Got the container running, the merging from the master seems to have done the trick. I'm currently trying to scan a image using the Swagger ui, but I'm...

I continued today a bit, and I ruled out some issues: - The USB is properly passed to the container - Google Coral is working, tested this with the Google...

I had a closer look at the PR, but even after changing the code to: ``` def _calculate_embeddings(self, cropped_images, mode='CPU'): """Run forward pass to calculate embeddings""" if mode == 'TPU':...

The error below doesn't seem Google Coral related, it also generates this error if I use the CPU. ``` 2021-11-23 20:09:37.524992: E tensorflow/stream_executor/cuda/cuda_driver.cc:351] failed call to cuInit: UNKNOWN ERROR (303)...

So I tested again with the clean branch like you mentioned above. 1) Adjust `requirements.txt` 2) Build and run successful 3) adjust `embedding-calculator/src/services/facescan/plugins/facenet/coralmtcnn/coralmtcnn.py` to ONLY use Coral 4) Build and...

No, I can't seem to get the code to run of the Coral. It doesn't matter if I have it plugged in, and with the code adjustment to force is....

After reading this issue, I've also deleted my integration. But I've managed to keep my history by doing the following: ~~1) Save/remember entity name~~ ~~2) Delete the existing integration~~ ~~3)...