I have successfully converted the YOLOv5 model's ONNX file to net.bin and IO.bin files, but I have two questions.
Q1: Why is it "name: yolov3" instead of "name: yolov5" when setting up?
Q2: How to configure the detection_output_param in the prototxt file? How should it be adjusted for non-YOLOv5 models or modifications to the detection layer? Is there any documentation available?
Thanks for answer