I am getting this error message while converting my custom yolov3 .xml and .bin file to Blob, so that i can run on OAK-d kit. kindly help
code:
import blobconverter
blob_path = blobconverter.from_openvino(
xml=xmlfile,
bin=binfile,
data_type="FP16",
shaves = 5)
error message attached below.