新增模型
This commit is contained in:
@@ -0,0 +1 @@
|
||||
trash
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
4
ruoyi-video/src/main/resources/libs/models/models.json
Normal file
4
ruoyi-video/src/main/resources/libs/models/models.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name":"smoke","path":"models/smoke","size":[640,640],"backend":"openvino"},
|
||||
{"name":"garbage","path":"models/garbage","size":[640,640],"backend":"openvino"}
|
||||
]
|
||||
BIN
ruoyi-video/src/main/resources/libs/models/smoke/best.bin
Normal file
BIN
ruoyi-video/src/main/resources/libs/models/smoke/best.bin
Normal file
Binary file not shown.
7846
ruoyi-video/src/main/resources/libs/models/smoke/best.xml
Normal file
7846
ruoyi-video/src/main/resources/libs/models/smoke/best.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
smoke
|
||||
@@ -0,0 +1,14 @@
|
||||
description: Ultralytics best model trained on /data/datasets/smoke_group/data.yaml
|
||||
author: Ultralytics
|
||||
date: '2024-12-10T17:17:37.306155'
|
||||
version: 8.2.86
|
||||
license: AGPL-3.0 License (https://ultralytics.com/license)
|
||||
docs: https://docs.ultralytics.com
|
||||
stride: 32
|
||||
task: detect
|
||||
batch: 1
|
||||
imgsz:
|
||||
- 640
|
||||
- 640
|
||||
names:
|
||||
0: smoke
|
||||
Reference in New Issue
Block a user