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

pretrained weights are offline #287

Open hievor opened 1 year ago

hievor commented 1 year ago

Hello,

i have tried to use this model, but all google drive links to the model's .pt files seem to be offline/not available anymore. Are they anywhere else available also or is it possible to reupload them?

Thanks in advance Michael

nethy-x commented 1 year ago

Hello, same problem . I would appreciate pretrained models as well.

Thanks, Juraj

aanoskov commented 1 year ago

@nethy-x , @hievor, @AlexeyAB , did you find the solution for related problem?

May be @WongKinYiu already answered you?

Thanks in advance, Andrey

hievor commented 1 year ago

hello @aanoskov in the meanwhile I found out that you can find the pretrained models under releases (https://github.com/WongKinYiu/yolor/releases) I had to switch to the paper branch to use them for inferencing, else I got an error with the main branch code. If I remember correctly training wasn't working properly with them, but I haven't tried further as I just need todo inferencing. Also @HERIUN has shared weights in another topic here, maybe try these (https://github.com/WongKinYiu/yolor/issues/288#issuecomment-1563868000)

Greets Michael

aanoskov commented 1 year ago

@hievor , I already ran model with weights on releases page and the show worse accuracy, so I just started to use yolov7 from the same contributor, there weights are still opened