Skip to content

PyTorch YOLOv13 Object Detection Fine-Tune on Custom Data

License

cserajdeep/YOLOv13-Fine-Tune-on-Custom-Data

Repository files navigation

Code revised by Rajdeep Chatterjee (https://www.amygdalaai.org/)
Objective: YOLOv13 Fine-tune Object Detection

Reference

https://medium.com/@zainshariff6506/yolov13-is-out-all-you-need-to-know-f8c2de876639

Cite YOLOv13 (Original Source) πŸ“

@article{yolov13,
  title={YOLOv13: Real-Time Object Detection with Hypergraph-Enhanced Adaptive Visual Perception},
  author={Lei, Mengqi and Li, Siqi and Wu, Yihong and et al.},
  journal={arXiv preprint arXiv:2506.17733},
  year={2025}
}

YOLOv13-Fine-Tune-on-Custom-Data