depthai-experiments
depthai-experiments copied to clipboard
Yolo v5 - on device decoding main.py not properly working.
Hi guys,
i am trying to get a yolo v5 running on my oak 1. Followed your tutorial on how to train my own model and convert it to a blob file. The provided script /gen2-yolo/device-decoding/main.py isn't working properly with the following error for the line nm.draw(py, nnData)
: TypeError: draw() takes 2 positional arguments but 3 were given.
Whereas the other provided script main_api.py works with my trained model.
thanks for any advice to get it also running with the sdk.
Sorry about the trouble. Asking the team and will circle back.
Hi @schreiterjp, could you try using SDK version 1.1.8
. I think draw method got updated in the latest one 1.2.0
.