@jakaskerl unfortunately it does not.
I am trying to understand what depthai does under the hood when this is called: person_nn.setBlobPath(blobconverter.from_zoo(name="person-detection-retail-0013", shaves=6))
It seems like depthai is providign some kind of parameters to combile this model but I cannot find in the code what are the parameters. I want to mimic exactly what depthai does when that function is called so I can convert the blob pre-runtime.