WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

Error in Export onnx #39

Closed VYRION-Ai closed 3 years ago

VYRION-Ai commented 3 years ago

!python models/export.py --weights yolor_p6.pt --img-size 512 --cfg cfg/yolor_p6.cfg

i got this error

Traceback (most recent call last): File "models/export.py", line 5, in from utils.google_utils import attempt_download ModuleNotFoundError: No module named 'utils'

VYRION-Ai commented 3 years ago

Thank you for your not replying

WongKinYiu commented 3 years ago

there are some solutions to export onnx in other issues, just search 'onnx' and you could find solution.