新增模型
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.ruoyi.video.domain;
|
||||
|
||||
import org.bytedeco.opencv.opencv_core.Rect;
|
||||
|
||||
public record Detection(String cls, float conf, Rect box, int colorBGR) {
|
||||
}
|
||||
Reference in New Issue
Block a user