Angelo Delli Santi
Angelo Delli Santi
Hi, I'm trying this very nice tool with some binary, but sometimes it seems not to work. It happens even with one of the example binary, so I presume it...
Hi, when i run your script with python pintool.py -l 30 -c 1,2,3 -b _{} -s - baleful i get this error: `Unexpected error: Traceback (most recent call last): File...
**Description:** I am trying to reproduce the first example of this simple guide: https://www.balena.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/ on an arm64v8/ubuntu:20.04 image. But I get an incompatible ELF error when building **Step tu reproduce**...
### Description Hello, I took a look at your object detector example [here](https://github.com/google-coral/pycoral/blob/master/examples/detect_image.py) That uses SSD mobilenetv2 ([among the suggested parameters](https://github.com/google-coral/pycoral/blob/master/examples/detect_image.py#L26)) from the [coral page](https://coral.ai/models/object-detection/). Looking with Netron at the...
### Expected behaviour I am trying to follow the [instructions](https://github.com/opencv/opencv-python#manual-builds) to build wheels for an armv7 device. ### Actual behaviour The build fails at the stage of building wheels for...
Hi, If I understand correctly, the logits are the feature of the object detected. I was wondering why in the inference script you extract only the first element, making them...
Hello! I have been trying to export your model to tflite without any success. Before I try "harder" I was wondering if this is a known problem and if you...