Hemanth-Jonnala
Hemanth-Jonnala
Hello @asmirnou I appreciate your efforts here and thanks for sharing your work! This would require supporting the full ISP pipeline along with MIPI CSI configuration change to support the...
Can you please share the serial console boot logs when an error `index -1 is not correct` has occurred. Thanks!
@paloj can you please try to install [tflite runtime](https://github.com/google-coral/pycoral/releases/) and pycoral in the same order from the whl flles: https://coral.ai/software/#pycoral-api.. Thanks!
Hello @ZXRobotum Coral M.2 device is not supported with RPI CM4. Please check the below issue for more details. Thanks! https://github.com/google-coral/edgetpu/issues/280#issuecomment-744932186
Hello @Jorgeuri we don't support UUU. Please try the fastboot, it's purpose is flashing the eMMC over USB, by following the regular steps at: https://coral.ai/docs/dev-board-mini/reflash/#first-time-setup. Thanks!
Please try running `sudo apt-get update` before running `sudo apt-get install edgetpu-compiler `.
Please try building the pycoral on Ubuntu 22.04. Here is an example with Ubuntu 18.04 and python 3.8 : https://github.com/google-coral/pycoral/issues/74#issuecomment-1056905305 Thanks!
Hi, can you please try the code snippet below ``` import pycoral.utils.edgetpu as edgetpu interpreter = edgetpu.make_interpreter('model_edgetpu.tflite') edgetpu.supports_dmabuf(interpreter._native_handle()) ```
Have you checked map_buffer true of false. I think it needs to False to invoke_with_dambuufer. https://github.com/google-coral/pycoral/blob/master/pycoral/utils/edgetpu.py#L189 ``` interpreter_handle = interpreter._native_handle() map_buffer = not GstAllocators.is_dmabuf_memory(memory) or not edgetpu.supports_dmabuf(interpreter_handle) print('map_buffer', map_buffer )...
Hi @mzignis are you still having issue?