MyGit

7.0.3

fcakyon/yolov5-pip

版本发布时间: 2022-12-20 18:12:52

fcakyon/yolov5-pip最新发布版本:7.0.13(2023-10-16 18:17:06)

🤗 HuggingFace Hub Integration

import yolov5

# load model
model = yolov5.load('fcakyon/yolov5s-v7.0')

# set image
img = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg'

# perform inference
results = model(img, size=640)

# show detection bounding boxes on image
results.show()
yolov5 train --img 640 --batch 16 --weights fcakyon/yolov5s-v7.0 --epochs 10 --device cuda:0
yolov5 train --data data.yaml --weights yolov5s.pt --hf_model_id username/modelname --hf_token YOUR-HF-WRITE-TOKEN

Available models: https://huggingface.co/models?other=yolov5

What's Changed

Full Changelog: https://github.com/fcakyon/yolov5-pip/compare/7.0.2...7.0.3

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-12-20发行的版本