ML Kit Usecase

0
Hi community, I am trying to implement use-case for PCB defect-detection using YOLOv4 model. When I am trying to import the model through ML Mapping I am getting error in dynamic tensor in input entity.I tried resolving it through documentation but then output entity errors are getting generated. What can be the steps to implement it , On hugging face (keremberke/yolov8m-pcb-defect-segmentation · Hugging Face) how can we implement this using ml kit in mendix?
asked
1 answers
0

As a starting point you should export the YOLOVv4 model to ONNX format. See this

answered