Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.35 KB

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

related works references

acknowlegements

This project is implemented with making references from @meetshah1995.