项目作者: lonl
项目描述 :
saiseg is implemented for satellite/aerial image(sai) segmentation and classification
高级语言: Python
项目地址: git://github.com/lonl/saiseg.git
saiseg
This repository is for satellite/aerial image (sai) segementation & classification.
networks implemented
next coming
usage
- Download the ISPRS dataset
- Modify the “data:path” in saiseg/configs/isprs_*.yml with your correct dataset path.
[sudo] python train.py
dataLoaders implemented
todo
- To add the visualization
- To add other datasets implemented
requirements
- numpy
- scipy
- pytorch >=0.3.1
- torchvision ==0.2.0
- sklearn
acknowlegements
This project is implemented with making references from @meetshah1995.