com.sky.ondeviceagent / Runtime /Inference /Vision /CocoYoloDetector.cs
Sky-Kim's picture
Initial commit
2e7837a
Raw
History Blame Contribute Delete
192 Bytes
namespace OnDeviceAgent.Inference
{
public sealed class CocoYoloDetector : YoloDetector
{
protected override string DefaultModelPath => "Model/YOLO/yolox_fp16.sentis";
}
}