Skip to content

WarrenGreen/srcnn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

srcnn

Super Resolution for Satellite Imagery
Applying super resolution strategies to sattelite imagery

Based on: https://arxiv.org/pdf/1501.00092.pdf

Usage

Train:

For training, training imagery should be stored under <data_path>/images. These images will automatically be cropped and processed for training/testing. There is an example image already in this directory and an easy way to accumulate more is using Google Maps.

python srcnn.py --action train --data_path data

Evaluate: python srcnn.py --action test --data_path data --model_path models/weights2.h5

Run: python srcnn.py --action run --data_path data --model_path models/weights2.h5 --output_path model_results

About

Super Resolution for Satellite Imagery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages