onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format

Home Page:http://onnx.ai/models/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete example to use yolov3.onnx model for evaluation?

laumecha opened this issue · comments

Hi all,
I am trying to perform the evaluation of the model YOLOv3. I was able to run the YOLOv3 inference using the (https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov3) processing steps. However, I am not able to perform the evaluation succesfully. So is there any complete example to use yolov3.onnx for evaluation?

Thanks