Train Yolo model in C# with TorchSharp.
With the help of this project you won't have to transform .pt model to onnx, and can train your own model in C#.
- Written in C# only.
- Train and predict your own model.
- Support Yolov5 and Yolov8 now.
- Support n/s/m/l/x size.
- Support LetterBox and Mosaic4 method for preprocessing images.