akhil Hi, I was trying to run this DepthAI MoveNet example on the Oak-4 Camera. I got an error that the model blob file is for RCV2 and not RCV4, is there any way to convert the blob file for RCV4? geaxgx/depthai_movenet @RakshithSingh
jakob Hi @akhil , there is no direct conversion going from .blob (RVC2) to .dlc (RVC4). You can learn more about the conversion HERE (TLDR; you first need to re-export your model to .onnx, and can then export to .dlc from there).