次の方法で共有


ImageModelSettingsObjectDetection.ImageSize プロパティ

定義

トレーニングおよび検証用の画像サイズ。 正の整数にする必要があります。 注: サイズが大きすぎると、トレーニング実行が CUDA OOM に入る可能性があります。 注: この設定は、"yolov5" アルゴリズムでのみサポートされています。

public int? ImageSize { get; set; }
member this.ImageSize : Nullable<int> with get, set
Public Property ImageSize As Nullable(Of Integer)

プロパティ値

適用対象