Yi Zhu
Yi Zhu
@10183308 A 3rd-party Caffe implementation developed by @KevinKecc is under testing. It would be released as soon as possible. Thanks for your patience!
@zimenglan-sysu-512 The Caffe code will not be released in the near future for some personal reasons. Torch and PyTorch version are strongly recommended.
Hi @xiaomengyc I noticed that your inception v3 model is a little different from the official model definition of torchvision, but they use the same pre-trained weights (inception_v3_google-1a9a5a14.pth). The different...
Thank you! @xiaomengyc I modify the code in `inception_spg.py` to construct SPG-plain and train it on CUB, but it doesn't converge. Here are my settings: 1. Pytorch 0.4.0, python 3.6,...
@xychen9459 The pointing-without-prediction means "without predicting object presence/absence". So we calculate class response maps with ground truth labels as in [1]. For the pointing-with-prediction task in [2], the class response...