原 YOLOv5: Segmentation Prediction 作者:XD / 发表: 2022年12月22日 03:50 / 更新: 2022年12月22日 03:51 / 编程笔记 / 阅读量:1386 YOLOv5: Segmentation Prediction Download YOLOv5 link, and well-trained segmentation model link Run the following code, and the result is in ./runs/predict-seg/exp/ python segment/predict.py --source test.jpg Reference: yolov5/segment/tutorial.ipynb 本文作者:XD 转载请标明出处:http://www.eadst.com/blog/147 本站采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。 上一篇 YOLOv5: Infer the Image with ONNX 下一篇 ValueError: invalid literal for int() with base 10 相关标签 YOLO Pytorch