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

YOLOR-CSP Weights Link/Download #288

Open Varat7v2 opened 1 year ago

Varat7v2 commented 1 year ago

Hi! Can somebody suggest me how I can download pre-trained weights for YOLOR-CSP model. I tried using the link given in the Readme page of the YOLOR github as shown ibelow, but the link is broken.

image

I would really appreciate if anyone share or help me get the pre-trained weights for the above model. My entire work is halted because of this issue.

Thank you in advance!

HERIUN commented 1 year ago

I share with my google drive yolor_csp_x.pt : (https://drive.google.com/file/d/14gXs9bBHd8cCCIUHCkXIvmS2TSimZFAb/view?usp=sharing) yolor_csp_x_star.pt : https://drive.google.com/file/d/1QyJFriCQF-5da1PW12_tvr9qfWHvqnHN/view?usp=sharing

Varat7v2 commented 1 year ago

@HERIUN Thank you for sharing the weights. I am very much thankful for your help. I will try them for my training and update on the progress. Thank you @HERIUN .

hievor commented 1 year ago

@Varat7v2 Just as a quick notice here, you can find the models under releases (https://github.com/WongKinYiu/yolor/releases). Haven't seem them at the first glance also and they only seem to work with the paper branch.