├── 3D_HSICNNet_IN.py ├── 3D_HSICNNet_UP.py ├── 3D_MSDN_BOTSWANA.py ├── 3D_MSDN_KSC.py ├── 3D_MSDN_SALINAS.py ├── Faster hyperspectral image classification based on selective kernel mechanism using deep convolutional networks.pdf ├── Load_Models ├── Load_Botswana.py ├── Load_IN.py ├── Load_UP.py ├── Load_ksc.py └── Load_sa.py ├── README.md ├── Utils ├── Hybrid.py ├── Inceptionv3.py ├── Visualization_mat2rgb.py ├── adabound.py ├── averageAccuracy.py ├── cifar10.py ├── cnn3_3D_IN.py ├── cnn3_3D_UP.py ├── cnn_3D_IN.py ├── cnn_3D_UP.py ├── deform_conv.py ├── deformable_se_IN.py ├── deformable_se_res_IN.py ├── deformable_se_sep_IN.py ├── deformable_se_sep_SA.py ├── deformable_se_sep_UP.py ├── deformable_se_sep_bot.py ├── deformable_se_sep_ksc.py ├── densenet_IN.py ├── densenet_UP.py ├── doPCA.py ├── hybrid_in.py ├── layers.py ├── load model and visulization.py ├── modelStatsRecord.py ├── network.py ├── normalization.py ├── resnet.py ├── sampleFixNum.py ├── sepconv3D.py ├── ssrn_SS_IN.py ├── ssrn_SS_UP.py └── zeroPadding.py └── picture ├── Combining_3D-CNN_and_2D-CNN_conversion_module.png ├── FSKNet.png └── Selective_kernel_mechanism.png /3D_HSICNNet_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/3D_HSICNNet_IN.py -------------------------------------------------------------------------------- /3D_HSICNNet_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/3D_HSICNNet_UP.py -------------------------------------------------------------------------------- /3D_MSDN_BOTSWANA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/3D_MSDN_BOTSWANA.py -------------------------------------------------------------------------------- /3D_MSDN_KSC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/3D_MSDN_KSC.py -------------------------------------------------------------------------------- /3D_MSDN_SALINAS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/3D_MSDN_SALINAS.py -------------------------------------------------------------------------------- /Faster hyperspectral image classification based on selective kernel mechanism using deep convolutional networks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Faster hyperspectral image classification based on selective kernel mechanism using deep convolutional networks.pdf -------------------------------------------------------------------------------- /Load_Models/Load_Botswana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Load_Models/Load_Botswana.py -------------------------------------------------------------------------------- /Load_Models/Load_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Load_Models/Load_IN.py -------------------------------------------------------------------------------- /Load_Models/Load_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Load_Models/Load_UP.py -------------------------------------------------------------------------------- /Load_Models/Load_ksc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Load_Models/Load_ksc.py -------------------------------------------------------------------------------- /Load_Models/Load_sa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Load_Models/Load_sa.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/README.md -------------------------------------------------------------------------------- /Utils/Hybrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/Hybrid.py -------------------------------------------------------------------------------- /Utils/Inceptionv3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/Inceptionv3.py -------------------------------------------------------------------------------- /Utils/Visualization_mat2rgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/Visualization_mat2rgb.py -------------------------------------------------------------------------------- /Utils/adabound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/adabound.py -------------------------------------------------------------------------------- /Utils/averageAccuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/averageAccuracy.py -------------------------------------------------------------------------------- /Utils/cifar10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/cifar10.py -------------------------------------------------------------------------------- /Utils/cnn3_3D_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/cnn3_3D_IN.py -------------------------------------------------------------------------------- /Utils/cnn3_3D_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/cnn3_3D_UP.py -------------------------------------------------------------------------------- /Utils/cnn_3D_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/cnn_3D_IN.py -------------------------------------------------------------------------------- /Utils/cnn_3D_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/cnn_3D_UP.py -------------------------------------------------------------------------------- /Utils/deform_conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deform_conv.py -------------------------------------------------------------------------------- /Utils/deformable_se_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_IN.py -------------------------------------------------------------------------------- /Utils/deformable_se_res_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_res_IN.py -------------------------------------------------------------------------------- /Utils/deformable_se_sep_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_sep_IN.py -------------------------------------------------------------------------------- /Utils/deformable_se_sep_SA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_sep_SA.py -------------------------------------------------------------------------------- /Utils/deformable_se_sep_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_sep_UP.py -------------------------------------------------------------------------------- /Utils/deformable_se_sep_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_sep_bot.py -------------------------------------------------------------------------------- /Utils/deformable_se_sep_ksc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/deformable_se_sep_ksc.py -------------------------------------------------------------------------------- /Utils/densenet_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/densenet_IN.py -------------------------------------------------------------------------------- /Utils/densenet_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/densenet_UP.py -------------------------------------------------------------------------------- /Utils/doPCA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/doPCA.py -------------------------------------------------------------------------------- /Utils/hybrid_in.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/hybrid_in.py -------------------------------------------------------------------------------- /Utils/layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/layers.py -------------------------------------------------------------------------------- /Utils/load model and visulization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/load model and visulization.py -------------------------------------------------------------------------------- /Utils/modelStatsRecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/modelStatsRecord.py -------------------------------------------------------------------------------- /Utils/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/network.py -------------------------------------------------------------------------------- /Utils/normalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/normalization.py -------------------------------------------------------------------------------- /Utils/resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/resnet.py -------------------------------------------------------------------------------- /Utils/sampleFixNum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/sampleFixNum.py -------------------------------------------------------------------------------- /Utils/sepconv3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/sepconv3D.py -------------------------------------------------------------------------------- /Utils/ssrn_SS_IN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/ssrn_SS_IN.py -------------------------------------------------------------------------------- /Utils/ssrn_SS_UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/ssrn_SS_UP.py -------------------------------------------------------------------------------- /Utils/zeroPadding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/Utils/zeroPadding.py -------------------------------------------------------------------------------- /picture/Combining_3D-CNN_and_2D-CNN_conversion_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/picture/Combining_3D-CNN_and_2D-CNN_conversion_module.png -------------------------------------------------------------------------------- /picture/FSKNet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/picture/FSKNet.png -------------------------------------------------------------------------------- /picture/Selective_kernel_mechanism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeguandong/FSKNet-for-HSI/HEAD/picture/Selective_kernel_mechanism.png --------------------------------------------------------------------------------