gokriznastic / HybridSN

A keras based implementation of Hybrid-Spectral-Net as in IEEE GRSL paper "HybridSN: Exploring 3D-2D CNN Feature Hierarchy for Hyperspectral Image Classification".

Home Page:https://ieeexplore.ieee.org/document/8736016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

difference between windowSize=5 and windowSize=25

ainArindom opened this issue · comments

Why you have taken different windowSize=5 in function createImageCubes() and windowSize=25. What is the difference it would make in program. I am new to this field. please explain..

windowSize=5 in the creatImageCubes() method is the default value of spatial dimensions of the image cube i.e. in the case where no windowSize is specified in the function call.

It is not that 2 different windowSize is taken. It's just that I may have not changed the default value of 5 as it can be explicitly specified in the function call.