| namespace OnDeviceAgent.Inference | |
| { | |
| public sealed class CocoYoloDetector : YoloDetector | |
| { | |
| protected override string DefaultModelPath => "Model/YOLO/yolox_fp16.sentis"; | |
| } | |
| } | |
| namespace OnDeviceAgent.Inference | |
| { | |
| public sealed class CocoYoloDetector : YoloDetector | |
| { | |
| protected override string DefaultModelPath => "Model/YOLO/yolox_fp16.sentis"; | |
| } | |
| } | |