The codes here are mostly based on the hukaixuan19970627/yolov5_obb with the following add-ons:
- From WongKinYiu/yolov7:
- Model common modules
- Detection layers with implicit knowledge / auxiliary head (IDetect, IAuxDetect, IBin)
- SimOTA loss
- PoolFormer modules for backbone model
- The code implementations of Parallel Residual Bi-Fusion Feature Pyramid Network
Please refer to the yolov5_obb README to get started.
In Progress
Most of the codes are modified based on other amazing open-sourced repos. We would like to given special credits to the below authors: