durandtibo / wildcat.pytorch

PyTorch implementation of "WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation", CVPR 2017
MIT License
267 stars 61 forks source link

The hyperparameters about ms-coco dataset. #10

Open xiaopingzeng opened 5 years ago

xiaopingzeng commented 5 years ago

Just like voc2007 we need to run "python3 -m wildcat.demo_voc2007 ../data/voc --image-size 448 --batch-size 16 --lrp 0.1 --lr 0.01 --epochs 20 --k 0.2 --maps 8 --alpha 0.7", the ms-coco dataset's hyperparameters are?