Hey @erik
I have trained a custom model using YOLOv5n. While converting the model to a blob format using RVC2, I encountered an error. However, when I used RVC3 for the conversion, it successfully generated the blob. Unfortunately, when running this blob on DepthAI, I received the following error:
"RuntimeError: BlobReader error: File does not seem to be a supported neural network blob."
It's worth noting that a pre-trained YOLOv5n model was converted using RVC2 without issues and ran successfully as a blob. The issue only arises with the custom-trained model.
Could you please assist in troubleshooting this problem?