Christian Baun

Results 8 comments of Christian Baun

Thank you for the quick response. I did not check this before: ``` $ cat /etc/debian_version 10.11 ``` As you mentioned [here](https://github.com/Qengineering/RPi-image/issues/2), no 64-bit versions of the tools `raspistill`, `raspivid`,...

The performance of the usb port is not the root cause of the issue. ``` $ lsusb -t /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M |__ Port 2:...

Maybe an explanation for the bad performance can be found in the Google Coral examples: [https://github.com/google-coral/pycoral/blob/master/examples/classify_image.py](https://github.com/google-coral/pycoral/blob/master/examples/classify_image.py) ``` Note: The first inference on Edge TPU is slow because it includes', 'loading...

I tested the 170 images with the Coral USB Accelerator this way: ``` #!/bin/bash NUMBER_OF_RUNS=0 for datei in $(find "/home/pi/images/" -type f | egrep -i "\.jpg|\.jpeg") do NUMBER_OF_RUNS=$(echo "${NUMBER_OF_RUNS} +...

I succeded in fixing my [modified version of your script](https://github.com/christianbaun/pestdetector/blob/main/TFLite_detection_image_modified.py) in a way that the `--imagedir` argument works again. I did test runs with the same folder of images I...

This is a duplicate with my [issue report](https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/issues/126).

Same issue with revision 1.0.0: ``` $ s3cmd ls $ s3cmd mb s3://s3perf-testbucket Bucket 's3://s3perf-testbucket/' created $ s3cmd ls 2017-04-25 15:33 s3://s3perf-testbucket $ s3cmd rb s3://s3perf-testbucket Bucket 's3://s3perf-testbucket/' removed $...

Sorry, but I did some work with Fake S3 in 2017 because I used it (among many other S3 compatible services) to test my performance measurement tool [OSSperf](https://github.com/christianbaun/ossperf) and to...