Skip to content
#

yolov5

Here are 565 public repositories matching this topic...

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.

  • Updated Jun 1, 2022
  • Python
yolov5-rt-stack
zhiqwang
zhiqwang commented Apr 7, 2022

I used following commad to export the ONNX models, and I use the 5.0 tag of ultralytics/yolov5 to train the model.pt. It raises an AttributeError: conv object has no attribute weight. How can I do for this error?

python tools/export_model.py --checkpoint_path model.pt --size_divisible 32

_Originally posted by @Deronjey in zhiqwang/yolov5-rt-stack#159 (comment)

documentation good first issue

Improve this page

Add a description, image, and links to the yolov5 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yolov5 topic, visit your repo's landing page and select "manage topics."

Learn more