https://github.com/immortal13/SVM-hyperspectral-image-classification
support vector machine (SVM) for hyperspectral image classification
https://github.com/immortal13/SVM-hyperspectral-image-classification
Last synced: 3 months ago
JSON representation
support vector machine (SVM) for hyperspectral image classification
- Host: GitHub
- URL: https://github.com/immortal13/SVM-hyperspectral-image-classification
- Owner: immortal13
- Created: 2023-07-14T07:45:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T09:07:30.000Z (over 1 year ago)
- Last Synced: 2024-10-31T17:38:56.544Z (8 months ago)
- Language: Python
- Size: 5.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVM-hyperspectral-image-classification
Support vector machine (SVM) with grid search for hyperspectral image classification## Setup
`pip install -r requirements.txt`## Train and test
run the code using:30 samples for each class
`python main.py --model SVM_grid --dataset IndianPines --training_sample 30`
## Record classification result
This code is constructed based on [DeepHyperX](https://github.com/nshaud/DeepHyperX), thanks~💕.