ted Hi I was using the blob converter website for YOLO (https://tools.luxonis.com/) to convert yolov8s to an RVC3 blob. I am able to get a blob file, but when I run "detectionNetwork.setBlobPath(blob_path)" it gives me the error "An error occurred: BlobReader error: File does not seem to be a supported neural network blob". I'm using the yolov8s on coco from the ultralytics website (https://docs.ultralytics.com/models/yolov8/#performance-metrics) so this should work, right? I tried converting to RVC2 on the same .pt file and the resulting blob does not throw the error.
lovro Hi, are you sure your device is RVC3? Most DepthAI cameras (like OAK-D, OAK-D-Lite...) use RVC2. Only RAE and OAK-FFC 6P are RVC3. If you try to run an RVC3 blob on RVC2 device, you get that error. Best