WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

YOLOv4-CSP-X and YOLOR-CSP-X #145

Open kadmor opened 2 years ago

kadmor commented 2 years ago

Hello, thanks for the great repository and paper. Please let me know: What is the '....- X' in the model name? is this a reference to YOLOX? (p.s. I mean YOLOv4-CSP-X, YOLOR-CSP-X)

WongKinYiu commented 2 years ago

No, in YOLOv4-CSP-S, YOLOv4-CSP(-L), and YOLOv4-CSP-X, -S and -X apply model scaling method used in ultralytics.

kadmor commented 2 years ago

No, in YOLOv4-CSP-S, YOLOv4-CSP(-L), and YOLOv4-CSP-X, -S and -X apply model scaling method used in ultralytics.

Thanks a bunch.