onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.79k stars 1.39k forks source link

retinanet detect example #585

Closed hhlqwq closed 1 year ago

hhlqwq commented 1 year ago

hi, this is my first issue. I have a question for retinanet detect example.

(https://github.com/onnx/models/tree/main/vision/object_detection_segmentation/retinanet)

retinanet only has export example, don't see detect example.

readme have [NVIDIA/retinanet-examples], but this repository models outputs is [1, 720, 60, 80], [1, 720, 30, 40], [1, 720, 15, 20], [1, 720, 8, 10], [1, 720, 4, 5] [1, 36, 60, 80], [1, 36, 30, 40], [1, 36, 15, 20], [1, 36, 8, 10], [1, 36, 4, 5], so I don't know what to do next for detect.