darknet icon indicating copy to clipboard operation
darknet copied to clipboard

YOLOR - You Only Learn One Representation: Unified Network for Multiple Tasks

Open AlexeyAB opened this issue 3 years ago • 2 comments

YOLOR - You Only Learn One Representation: Unified Network for Multiple Tasks:

YOLOR is better than YOLOv5 (u5r5), PP-YOLOv2, CenterNet2, EfficientDet and many other

  • paper: https://arxiv.org/abs/2105.04206
  • Pytorch code: https://github.com/WongKinYiu/yolor/tree/paper
  • papers with code comparison: https://paperswithcode.com/sota/real-time-object-detection-on-coco

It is improved Scaled-YOLOv4-P6 (+0.9% AP):

121610547-f6b92f00-ca5e-11eb-91d2-f782c35fb658


image


image

AlexeyAB avatar May 19 '21 02:05 AlexeyAB

Is there any way to implement YOLOR and YOLOv5 in darknet?

mnoroozii avatar Jul 26 '21 21:07 mnoroozii

I am also searching for this, seem like a good network with very good performance.

OsamaRyees avatar May 23 '22 20:05 OsamaRyees