├── LICENSE ├── README.md ├── data └── Pavia.mat ├── dataset.py ├── figs └── DirectNet_model.jpg ├── layer.py ├── main.py ├── model.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/README.md -------------------------------------------------------------------------------- /data/Pavia.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/data/Pavia.mat -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/dataset.py -------------------------------------------------------------------------------- /figs/DirectNet_model.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/figs/DirectNet_model.jpg -------------------------------------------------------------------------------- /layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/layer.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/model.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DegangWang97/IEEE_TGRS_DirectNet/HEAD/utils.py --------------------------------------------------------------------------------