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

onnx yolov4.weights file drive link not opening

adityamavle opened this issue · comments

Bug Report

Which model does this pertain to?

Mention the relevant onnx models from the model zoo here.
yolov4

Describe the bug

Describe the problem with the model and the results you are seeing.
the following drive link which contains the weights file for yolov4 as described in the yolov4/dependencies/Conversion.ipynb
https://drive.google.com/open?id=1cewMfusmPjYWbrnuJRuKhPMwRe_b9PaT

Reproduction instructions

System Information

OS Platform and Distribution (e.g. Linux Ubuntu 16.04):
ONNX version (e.g. 1.6):
Backend/Runtime version (e.g. ONNX Runtime 1.1, PyTorch 1.2):

Provide a code snippet to reproduce your errors.

import onnx
model = onnx.load('model.onnx')
...

Notes

Any additional information