natxopedreira

Results 7 issues of natxopedreira

Hello I read you [blog post](https://blog.csdn.net/weixin_45829462/article/details/119787840) to see how to convert model to ncnn usage, and also read this pinned issue [https://github.com/ppogg/YOLOv5-Lite/issues/53](https://github.com/ppogg/YOLOv5-Lite/issues/53) Is mentioned to change the output of reshape...

Hello Im getting this extrange error when running inference in c++... i never saw this before so, maybe someone has a clue on whats happening?? Thanks `/tmp/llvm/lib/Support/BranchProbability.cpp:41: llvm::BranchProbability::BranchProbability(uint32_t, uint32_t): Assertion...

Hello Thank you for this addon!!!, i used it on OS X but now i need to work on a rpi and Im not able to compile any example on...

Hello Its possible to use one of provided checkpoints to do transfer learning? I didn't find any parameter on yml file to do that. Thanks!

Board is a sipeed M1 dock For example on lcd image example [https://github.com/kendryte/kendryte-standalone-demo/tree/develop/lcd_image](https://github.com/kendryte/kendryte-standalone-demo/tree/develop/lcd_image) After draw the image try to draw anything like a rectangle `lcd_draw_rectangle(50,50, 150, 150, 2, RED);` The...

Hello I'm trying to make this work with yocto on intel platform, i compile sfml pi with no problem ` -DSFML_DRM=1 -DSFML_OPENGL_ES=1 ` Later i create a simple sample ```...

Hello!!! Thanks for your addon i used several times. This time i need to use two cameras, and i found that even the lib detect 2 cameras conected the data...