An open API service indexing awesome lists of open source software.

https://github.com/sbasma/unet_svm_comparison

Performance comparison of pixel-based vs. object based semantic segmentation using original spectral information.
https://github.com/sbasma/unet_svm_comparison

image-classification image-processing svm unet

Last synced: 11 months ago
JSON representation

Performance comparison of pixel-based vs. object based semantic segmentation using original spectral information.

Awesome Lists containing this project

README

          

# SVM vs. U-Net Semantic Segmentation for an Urban Area in Algeria
This is an improved version of the code used to generate the results of [1]. Please refer to [1] for more details. Please cite [1] if you are to use the dataset.

[1]
S. B. Asma, D. Abdelhamid and L. Youyou, "U-Net Based Classification For Urban Areas In Algeria," 2020
Mediterranean and Middle-East Geoscience and Remote Sensing Symposium (M2GARSS), Tunis, Tunisia, 2020, pp. 101-104, doi: 10.1109/M2GARSS47143.2020.9105283.

## Dependencies
- python == 3.7
- numpy == 1.21.6
- pandas == 1.3.5
- sklearn == 1.0.2
- cv2 == 3.4.2
- matplotlib == 3.1.3
- tensorflow == 2.3.1
- keras == 2.4.0
- PIL == 7.0.0
- albumentations==0.4.3