Cristian Vicas
Cristian Vicas
Hi! I use this library on embedded/hardware testing scenarios where various hardware libs are not available on regular computers. I created something similar to https://docs.pytest.org/en/6.2.x/reference.html#pytest-importorskip but instead of skipping the...
In https://github.com/planetlabs/notebooks/blob/f1e02da86f2bad2da8948338de9025689ce78004/jupyter-notebooks/data-api-tutorials/planet_cli_introduction.ipynb there is a bug, the line ``body.await()`` should read ``body.wait()`` Cheers!
I tried to run hbmqtt as a broker, then pub/sub on some channel (3 different consoles). This is what I got in the broker's console. There was NO message in...
### System Info ```Shell accelerate 0.30.1 python 3.12.3 hab00c5b_0_cpython conda-forge numpy 1.26.4 py312heda63a1_0 pytorch 2.3.0 py3.12_cuda12.1_cudnn8.9.2_0 pytorch Ubuntu 22.04 2x 4080 Super16Gb on PICe 8x. $ accelerate env - `Accelerate`...
**Tl;Dr:** OpenCV obey the readonly tag in Numpy. As a result, this line: https://github.com/NVIDIA-AI-IOT/nanoowl/blob/cfef75a8ad5fb8be0e3beb501a763661a9336d1d/nanoowl/owl_drawing.py#L39 will fail if ran with OpenCV 4.9+ **Workaround**: Add ``image = np.copy(image)`` after the infringing line...