zhoubolei / CAM

Class Activation Mapping
http://cnnlocalization.csail.mit.edu/
MIT License
1.85k stars 467 forks source link

What is name of upsampling technique you used in this code?? #16

Closed ckdghk77 closed 7 years ago

ckdghk77 commented 7 years ago

Hello, I read the code and paper "Learning Deep Features for Discriminative Localization". Now I'm trying to apply this method to a smaller class label case (only 2). Everything was okay before the up-sampling part. However, In the up-sampling part (Maybe mergeTencrops.m are doing this) I can't get the technique you used, so now I'm trying to search in google or find some paper about it if you tell some information about the technique.

In sum, can you tell me about the name of technique you used in mergeTencrops ??

Thank you for reading.

zhoubolei commented 7 years ago

bilinear subsampling.