I used Dataflow to compile my self trained YOLOv5m model into a HEF model.But when I tried to use the Hef model for inference, I encountered a problem.
Below is my YAML file.
path: C:/Users/Lenovo/Desktop/yolo_hailo/rasbot_dataset
train: train/images
val: valid/images
test: test/images
nc: 3
names:
0: robotcar
1: wheel
2: whiteboard
I am not sure what each layer of my Hef model is, I have used analysis tools to examine its specific construction, but I still do not know how to write post-processing code.
I did not compile using Model zoo, and I am not quite sure where DeGirum is useful. Although Mr. Shashi has been recommending DeGirum for various topics, my model is not in Model zoo, and I do not know how to use my own custom model for inference.
I have read a lot of obejection code on GitHub. I still don’t know how to analyze this Hef model. I am not sure what his various parameters are, nor do I know what tools to use for inference.