shenyunhang / UWSOD

UWSOD: Toward Fully-Supervised-Level Capacity Weakly Supervised Object Detection
https://github.com/shenyunhang/UWSOD/blob/UWSOD/projects/WSL
Apache License 2.0
22 stars 4 forks source link

Pretrained backbones for resnet_ws_mrrp and resnet_ws_v2 #5

Open vadimkantorov opened 3 years ago

vadimkantorov commented 3 years ago

Hi @shenyunhang!

The OneDrive link published in README: https://1drv.ms/f/s!Am1oWgo9554dgRQ8RE1SRGvK7HW2 has only pretrained resnet_ws models

Are resnet_ws_mrrp / resnet_ws_v2 models available somewhere? The resnet_ws_mrrp backbone seems the best-performing in the paper.

Btw, is resnet_ws or resnet_ws_v2 better performing? (and what is the meaning of difference in pooling?)

Thanks!

shenyunhang commented 2 years ago

Both resnet_ws_mrrp and resnet_ws_v2 use the same weights as resnet_ws. The differences are some model structures.