luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
799 stars 356 forks source link

New recommendations on head pose estimation model. #514

Open asagar60 opened 7 months ago

asagar60 commented 7 months ago

As the existing model from openvino has high std deviation ( which I checked can be stabilized using moving average [issue : https://github.com/luxonis/depthai-experiments/issues/507#issue-1950282167] ), are there any other lightweight headpose estimation models that can be used instead of stock models. ?

I need some recommendations or directions to search for.

Thanks

Erol444 commented 7 months ago

Hi @asagar60 , Best to check for any opensource headpose models, and you can convert them to openvino yourself, relevant docs here:

Thoughts? Thanks, Erik