Dmitry
Dmitry
This adds support for running multi-branch YOLO v3 object detection network on MaixPy. Number of branches can be set to 1 or 2. Support for larger number of branches is...
It is mentioned in the README, that there is edge SDK for embedded Linux for cross-device training (FedML Beehive). https://github.com/FedML-AI/FedML/blob/956639046be40ba45e6a117273a3e51f117961ce/README.md?plain=1#L59 However from what I can see it is nowhere to...
What is the current status of model conversion (PTQ specifically) with INT4 precision? The question was raised before here https://github.com/tensorflow/tensorflow/issues/60125. Also it looks like INT4 support is being added to...
Hi, @makaveli10 ! Great job on creating this! I like how well written and organized the code is. One thing that does seem a little bit off, as a design...
Hello, @vikramdattu ! Do you have any information about how NN accelerated inference is going to be handled in the new P4 chip? Will it be included in ESP NN...
Hello, @vikramdattu ! We have successfully tested object detection and sensor time series models with ESP32-S3. However, when testing keyword spotting model, we ran into `CORRUPT HEAP: Bad tail` issue....
Hi there! Thank you for great guide, if found it very useful. After some trial and error I was able to compile Mediapipe 0.8.4 for 64-bit Raspberry Pi OS. I...
It is not explained anywhere that unlike official Arduino mbed cores, you need to prepend D before number for digital pins. Another rather large difference is that servo PWM ranges...
Hi @earlephilhower ! Great project! I don't think this PR can be merged as-is, but it is rather meant to be found by people looking for a way to utilize...
### Description of the problem / feature request: Bazel builds using rules_cc on recent (Ventura, Sonoma) MacOS fail with ``` compiling lib/findprog-in.c... ./lib/findprog-in.c:137:25: error: implicit declaration of function 'eaccess' is...