autowarefoundation / modelzoo

A collection of machine-learned models for use in autonomous driving applications.
https://www.autoware.org/
Apache License 2.0
62 stars 24 forks source link

Update TVM version to 0.10.0 #80

Closed ambroise-arm closed 1 year ago

ambroise-arm commented 1 year ago

Closes https://github.com/autowarefoundation/modelzoo/issues/77

angry-crab commented 1 year ago

For the example pipleline of yolov2 and yolov3, are they used anywhere except for examples/tests ?

ambroise-arm commented 1 year ago

For the example pipleline of yolov2 and yolov3, are they used anywhere except for examples/tests ?

Yolov2 has only been used for tests, here and in Autoware with tvm_utility. Yolov3 was planned to be used in Autoware.Auto: https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/issues/1095 but that was never completed.