VisMIL / CAMERAS

GNU General Public License v3.0
56 stars 14 forks source link

Input image upsampling in Keras implementation #5

Closed keertika-11 closed 1 year ago

keertika-11 commented 2 years ago

Hi, in the paper it is mentioned that the input image is Upsampled but in the keras implementation it isn't possible to send an Image with a size greater than (224,224). Can you please provide a clear explanation if the Inputs should be Upsampled ?

VisMIL commented 1 year ago

Hi, You can try to redefine the input layer of model in Keras. This can be seen 40-42 in CAMERAS/KerasMap/CAMERASKeras.py and hence that will suffice. Please share if you feel like discussing more.