I tried with yolov8m pretrained model,and running examples/Yolo/Tiny_yolo script by modifying nnPath and camRgb.setPreviewSize(640, 640).Also removed achors and setachormasks as yolov8 is a achor free model.But detections are not happening correctly.

cc Matija on above ^. Otherwise @susantini please submit an Issue on github; depthai-ml-training repo.
Thanks, Erik

Hey @susantini , thanks for reporting the issue.

I'd suggest you try out an example from here. You should be able to run it with:

python3 main_api.py -m <model_name> --config <config_json>

where model is the blob file and config the JSON file you get from tools.luxonis.com. If that still produces the same results, please share the .pt weights and an example input image, and we will further look into it.

    8 days later

    @ChrisCoutureDelValle Have you tried using the example I listed above? If yes, please share some more details:

    • DepthAI version (latest DepthAI version is required for YoloV8 to work correctly)
    • Script you're using to run the model
    2 months later
    3 months later

    lpetrov Hi, I would like to ask the parameter you set? When I submit the .pt , error shape happend.
    Thank you!