This repository contains a compact hyperspectral image classification pipeline centered on a CNN-based approach inspired by the Makantasis architecture.
main.py: training and evaluation entry pointdataset.py: dataset loading utilitieshelper.py: shared helpers used by the training workflowLICENSE: license file
- The code is organized as an experimental research repo rather than a packaged library.
- Dataset paths and runtime configuration are managed in the source files and may need adjustment for a local environment.