Property ModelFileName
ModelFileName
Gets or sets a value specifying the path to the exported ONNX file containing the pretrained SLEAP model.
[FileNameFilter("ONNX Files(*.onnx)|*.onnx")]
public string ModelFileName { get; set; }
Gets or sets a value specifying the path to the exported ONNX file containing the pretrained SLEAP model.
[FileNameFilter("ONNX Files(*.onnx)|*.onnx")]
public string ModelFileName { get; set; }