Hello! I trained Yolo-v4 to detect 3 classes of medical mask wearing (With mask, without mask and incorrect worn mask).
I made all steps described in colab tutorial (https://colab.research.google.com/github/luxonis/depthai-ml-training/blob/master/colab-notebooks/Easy_TinyYOLOv4_Object_Detector_Training_on_Custom_Data.ipynb) locally and created blob files for different resolutions (416x416 and 608x608), compiled for 6 shaves. But I cant run this blob file on my OAK-D. I tried three ways to do it:
Using gen1 Pipeline terminates the execution, some part of errors on screenshots below:
I tried to use gen2 Pipeline and it seems to be OK, but I need to decode corretly yolov4 output, result is on screenshot
Looking for configuration to decode NN output I found one of your solutions for yolo with gen2 pipeline (https://docs.luxonis.com/projects/api/en/gen2_develop/samples/22_tiny_tolo_v3_decoding_on_device/?highlight=yolo), but it produces device error/misconfiguration.
I'm a bit confused searching a way to run yolo, what can I do here? Thanks