yingkunwu / R-YOLOv4

This is a PyTorch-based R-YOLOv4 implementation which combines YOLOv4 model and loss function from R3Det for arbitrary oriented object detection.
114 stars 20 forks source link

New build targets #58

Closed yingkunwu closed 1 year ago

yingkunwu commented 1 year ago

The main purpose of this pull request is to change method of building target to the one used by YOLOv5. The method used by YOLOv5 can help the model to converge faster, and is proved to behave well on our case.