项目作者: lonl

项目描述 :
saiseg is implemented for satellite/aerial image(sai) segmentation and classification
高级语言: Python
项目地址: git://github.com/lonl/saiseg.git
创建时间: 2018-09-20T09:13:59Z
项目社区:https://github.com/lonl/saiseg

开源协议:

下载


saiseg

This repository is for satellite/aerial image (sai) segementation & classification.

networks implemented

next coming

usage

  1. Download the ISPRS dataset
  2. Modify the “data:path” in saiseg/configs/isprs_*.yml with your correct dataset path.
  3. [sudo] python train.py

dataLoaders implemented

todo

  1. To add the visualization
  2. 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.