luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
835 stars 369 forks source link

sbd_mask_tutorial does not run properly #366

Closed kannwism closed 2 years ago

kannwism commented 2 years ago

Hi!

I am trying to follow the Deploying Custom Model Tutorial.

I can run gen2-age-gender on my OAK-D Lite smoothly. However after following the tutorial the output freezes after the first frame. I get the same behavior if I checkout branch DONT_DELETE_sbd_mask_tutorial.

There is no helpful error in the console: image

I installed the requirements.txt.

Otherwise I'm on Python 3.8.10 and Ubuntu 20.04.

Any help appreciated!

Erol444 commented 2 years ago

@kannwism Trying it out now, I apologize for the inconvenience...

Erol444 commented 2 years ago

Update: Looks like there's a strange issue in firmware (only on OAK-D-Lite, works as expected on OAK-D). We will be debugging it tonight.

Erol444 commented 2 years ago

Hi @kannwism , I apologize for the delay, I didn't realize this is the same issue as other multi-stage NN. Works in the PR here.

kannwism commented 2 years ago

No worries. Thank you for fixing it! I'm currently working on a different topic, so I don't have the time to try it out again at the moment.