聚合国内IT技术精华文章,分享IT技术精华,帮助IT从业人士成长

The awesome YOLOv5

2020-10-22 21:22 浏览: 1815892 次 我要评论(0 条) 字号:

I just found a repository YOLOv5 from Github. It’s not just the models are accurate and fast but also easy to get and to use.

Just download the code, install some dependent libraries. And you can just run a simple command:

python3 detect.py --weights yolov5l.pt

Then it will automatically download the YOLO v5 Large model, process all images in inference/images, and put the annotated images into inference/output.

Let’s see some images predicted by YOLO v5 Large:

And every image cost no more than 2 seconds to predict on my laptop. Isn’t it awesome? At least it’s much better than my experiments

The post The awesome YOLOv5 first appeared on Robin on Linux.



网友评论已有0条评论, 我也要评论

发表评论

*

* (保密)

Ctrl+Enter 快捷回复