Hello,
I’m having issues after converting yolo v8s to hef.
When I test pt file using ultralytics predict, everything works perfectly, but after conversion, I want to use the file in frigate, but only rarely something shows up.
At the beginning, it was working fine with smaller dataset. It was not too good due to small dataset, but seemed to be 1:1 compared to ultralytics predict. I did not change anything in config. alls and nms json configs are unchanged from default.
I have seen those. It may work for coco example model, but not really for my custom model.
With adjusted alls I posted in my 2 post, it works. But I’m not getting accuracy I need and some false positives.
How do you use 4.20 with rpi image? frigate image is build with 4.19. From what I seen here, it is not recommended to mix versions.
I have been testing with yolov8m too, but I think that “m” is not necessary when “s” works great before conversion to hef.
So far I figured that raising optimization level above 1 will completely breaks detection.
Right now I’m trying changing one parameter at time to figure out what would be best alls parameters for me. But with no experience, this being my first attempt to create custom object detection model, it is taking really long time.
Also thinking about increasing my dataset size to get accuracy perfect on onnx detection.
This is driving me crazy. Once it went well, but moment I added more labeled images it went crazy with absurd false positives again using exactly same settings.