Nicklas Börjesson
Nicklas Börjesson
> @glenn-jocher if `yolo-flutter-app`(https://github.com/ultralytics/yolo-flutter-app) support `f16` and `f32`, `int8` problem is not that annoying for me . > > now I have to switch to other yolo mobile solution like...
So I think that I have fixes the input shape, however, now I encounter an issue, ReduceMin is not implemented in ESP-DL. Is this something that might be implemented soon?
Or maybe there is an easier way, how did ESP-DL implement the pedestrian_detect model? Basically all I want to do is to customize that.
@100312dog Ok. Unsure what you mean, was it some paddle project that generated the model then i suppose (the name looks like it). Not sure what you mean with "the...
@100312dog This is great information, thank you! This should solve it for me!
@100312dog So I have done different variations of the above with a picodet_s_320_coco_lcnet.yml variant, on which I basically haven't changed anything but the image sizes (to 640*480), but I seem...
@100312dog @BlueSkyB Any thoughts?
@BlueSkyB Thanks for your replies! 1. Well, for the outputs, for example, the dType is 1 (float), and they are Transpose. I have used a picodet_s_320, but with a 640...
@LokeZhou @jzhang533 This causes issues and probably make the output break several use cases, please include this change.
@LokeZhou @jzhang533 isn't this an obvious bug? I have to correct this each time i use a new version of PaddleDetection?