clovaai / wsolevaluation

Evaluating Weakly Supervised Object Localization Methods Right (CVPR 2020)
MIT License
332 stars 55 forks source link

Inception v3 different than Pytorch implementation #58

Open m-parchami opened 2 years ago

m-parchami commented 2 years ago

Hi, hope you're doing well. Is there any specific reason for the Inception v3 model (let's say for the CAM method as InceptionCAM), to be significantly different than the official Pytorch implementation? For starters, the Inception E and D blocks are completely removed. I checked the paper and couldn't find any references to this.

I would appreciate it if anyone can elaborate on this. All the best.