-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sijin Li edited this page Jan 17, 2022
·
5 revisions
Codes here are programmed by myself and are used to simplify the processing in the daily study.
- reading and saving geotiff TiffReadClipWrite.py
- clipping the complete file to small patches TiffReadClipWrite.py
- selecting specific files according to user requirements and moving them to a new path SelectPatch.py
- producing training patches with special data types (such as samples for pix2pix which needs concatenating two individual samples) ConcatenateSamples.py
I used UNet, ResNet, ResUNet, pix2pix before, and I'll put them here in the next few weeks.
- UNet
- ResUNet
- pix2pix