将检测任务迁移python
This commit is contained in:
8
python-inference-service/models/models.json
Normal file
8
python-inference-service/models/models.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "yolov8_detector",
|
||||
"path": "models/yolov8_model.py",
|
||||
"size": [640, 640],
|
||||
"comment": "YOLOv8检测模型,确保将训练好的best.pt文件放在models目录下"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user