There are a couple options. You can do so here for example: http://luxonis.com:8080/
Or if you clone the depthai repo: https://github.com/luxonis/depthai
cd depthai
python3 depthai_demo.py -cnn deeplabv3p_person -sh 13
That will require the example model for 13 SHAVES (and the default of 1 NCE). Then you can retrieve it from here:
Thoughts?
Thanks,
Brandon