onnx/models

Add a link back to the Github page for models under the validated directory

ramkrishna2910 opened this issue · 1 comments

The models under the validated directory show up on the web page like below:
image
This is not enough information about these models, can we have these model cards have a "Details" url that links back to the original GitHub location of the model instead of showing the Task, opset, and author?
For the above model with a download link https://github.com/onnx/models/raw/main/validated/vision/object_detection_segmentation/ssd-mobilenetv1/model/ssd_mobilenet_v1_13-qdq.onnx
The link should go to https://github.com/onnx/models/raw/main/validated/vision/object_detection_segmentation/ssd-mobilenetv1/model

This issue has been fixed in the commit: fe25c75