├── Data └── BandGrouping │ ├── partition_coefficient.m │ ├── ~$分组记录.docx │ └── 分组记录.docx ├── HyperX.py ├── README.md ├── create_act.py ├── display.py ├── display_CLMA_SA.py ├── figure ├── GMA-Net.png └── a ├── label_to_color_LiuMK_2.py ├── losses.py ├── metric.py ├── myNet_new.py ├── network.py ├── split_Dateset.py ├── utils.py ├── vit.py └── vit_model.py /Data/BandGrouping/partition_coefficient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/Data/BandGrouping/partition_coefficient.m -------------------------------------------------------------------------------- /Data/BandGrouping/~$分组记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/Data/BandGrouping/~$分组记录.docx -------------------------------------------------------------------------------- /Data/BandGrouping/分组记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/Data/BandGrouping/分组记录.docx -------------------------------------------------------------------------------- /HyperX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/HyperX.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/README.md -------------------------------------------------------------------------------- /create_act.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/create_act.py -------------------------------------------------------------------------------- /display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/display.py -------------------------------------------------------------------------------- /display_CLMA_SA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/display_CLMA_SA.py -------------------------------------------------------------------------------- /figure/GMA-Net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/figure/GMA-Net.png -------------------------------------------------------------------------------- /figure/a: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /label_to_color_LiuMK_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/label_to_color_LiuMK_2.py -------------------------------------------------------------------------------- /losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/losses.py -------------------------------------------------------------------------------- /metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/metric.py -------------------------------------------------------------------------------- /myNet_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/myNet_new.py -------------------------------------------------------------------------------- /network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/network.py -------------------------------------------------------------------------------- /split_Dateset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/split_Dateset.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/utils.py -------------------------------------------------------------------------------- /vit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/vit.py -------------------------------------------------------------------------------- /vit_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luting-hnu/GMA-Net/HEAD/vit_model.py --------------------------------------------------------------------------------