xiaofeng94 / VL-PLM

Exploiting unlabeled data with vision and language models for object detection, ECCV 2022
86 stars 7 forks source link

Download link seems to be broken⚡ #15

Open LinSY546749 opened 10 months ago

LinSY546749 commented 10 months ago

Issue Description: I encountered an issue while trying to download the pre-trained weights—the download link seems to be broken.

Request: Could you please provide a new link for downloading the pre-trained weights? I appreciate your work, and this would be very helpful for my project.

Thank you!

xiaofeng94 commented 10 months ago

Hey @LinSY546749 , thanks for this issue. We have updated the links.

LinSY546749 commented 10 months ago

Hey @LinSY546749 , thanks for this issue. We have updated the links.

Response: Thank you for your prompt response! I appreciate your effort. However, it seems there might be a misunderstanding regarding the specific pre-trained weights I am referring to. I apologize for any confusion.

The pre-trained weight I am looking for is [the pretrained class agnostic proposal generator weight]. Could you please provide the correct download link for these particular weights?

Thank you again for your assistance!

xiaofeng94 commented 10 months ago

Hey, please check this link for mask_rcnn_R_50_FPN_1x_base_num1.pth that is the weights of the proposal generator trained with COCO Base.

We also update the links in this repo.

LinSY546749 commented 10 months ago

Hey, please check this link for mask_rcnn_R_50_FPN_1x_base_num1.pth that is the weights of the proposal generator trained with COCO Base.

We also update the links in this repo.

Thank u soooooo much!!!

LinSY546749 commented 10 months ago

Hey, please check this link for mask_rcnn_R_50_FPN_1x_base_num1.pth that is the weights of the proposal generator trained with COCO Base.

We also update the links in this repo.

Oh, by the way, there's one more thing.I am currently working on a comparative experiment, and there are many places where I need to use this weight file. However, I would prefer to use the weights obtained from training with my own dataset. Could you please tell me which script file was used to train it? If I could get your help, it would be absolutely fantastic!😊

xiaofeng94 commented 10 months ago

Hey, we provide example training instructions here that only work for COCO. For training on customized datasets, you may make some modifications to the code.