shenyunhang / DRN-WSOD-pytorch

Enabling Deep Residual Networks for Weakly Supervised Object Detection
https://github.com/shenyunhang/DRN-WSOD-pytorch/tree/DRN-WSOD/projects/WSL
Apache License 2.0
50 stars 10 forks source link

Config for pretraining the ResNet*-WS backbones #15

Closed vadimkantorov closed 3 years ago

vadimkantorov commented 3 years ago

Hi!

What config / command-line were used for pretraining the ResNet*-WS backbones (the provided pickled weights)?

Thanks!

vadimkantorov commented 3 years ago

Found it in imagenet.py file and shell scripts calling it

shenyunhang commented 2 years ago

Found it in imagenet.py file and shell scripts calling it

This script is pytorch version. The released models are all trained on Caffe2.