Creating a blob for OAK-FFC-6P & RCV3?
Yes, the same code with the yolov6n416x416openvino2022.1_vpux.blob model works ok (only change I made was the path and a 416x416 image size).
Hi ah1
The AI part on the RVC3 seems to be a little broken so not all models will work with it. I synced with the team and was told that Luxonis model zoo models should work fine, but we can't say the same for custom models.
Could you do a graph of your layers (using Netron) so we can possibly swap out the layers that are not working.
Thanks,
Jaka
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?
Unknown
Use luxonis/depthai-ml-trainingblob/master/colab-notebooks/YoloV5_training.ipynb to train the network, then https://tools.luxonis.com to convert it to blob. You should experience no problems.
Make sure all layers are supported.
Thanks,
Jaka
hey @jakaskerl , thankyou.
i face error while converting yolovn6 pretrained to blob. the error is "Error while converting to openvino". i am using tools.luxonis.com
Hey @jakaskerl here is the link to download the model. it will be great if custom model trained using yolov6n6 can also be converted to blob.
Hi @jakaskerl its a .pt file only. Please click on the black pop out icon above "file size", a new tab will open then you will be able to download the .pt file.
Thanks.