11 lines
170 B
C#
11 lines
170 B
C#
|
namespace yolov5_onnx.Mod
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 用於指定檢測到對象類型
|
|||
|
/// </summary>
|
|||
|
public enum YoloLabelKind
|
|||
|
{
|
|||
|
Generic
|
|||
|
}
|
|||
|
}
|