Hello, I trained the mask detection model and created the .blob file based on https://colab.research.google.com/github/luxonis/depthai-ml-training/blob/master/colab-notebooks/Medical_Mask_Detection_Demo_Training.ipynb.
I also have .bin, .xml and .mapping files. How do I modify depthai_demo.py to use these new models instead of mobilenet-ssd? Note that I don't have .json or .yml files that other models in the nn folder seem to have. I'm a school student, so apologies if this is a basic question.
One of the last step in the colab notebook asks to follow a link that is supposed to explain how to use the blob file, but the link just opens the generic object detection colab notebook which has no "Step 5".
To run the .blob in DepthAI, follow step 5 here:
https://docs.luxonis.com/tutorials/object_det_mnssv2_training/