Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

aievents.py

Andrew Player edited this page Aug 17, 2022 · 2 revisions

module aievents.py

Created By: Andrew Player
File Name: aievents.py
Description: CLI Interface

Global Variables

  • outputdir_help
  • seed_help
  • cropsize_help
  • split_help
  • tilesize_help
  • inputshape_help
  • epochs_help
  • batchsize_help
  • filters_help
  • dropout_help
  • learningrate_help
  • amplitude_help

Commands

make-real-dataset

Create a dataset from real interferogran products.

make-simulated-dataset

Create a randomly generated simulated dataset of wrapped interferograms and their corresponding event-masks.

make-synthetic-dataset

Create a randomly generated synthetic dataset of wrapped interferograms and their corresponding event-masks.

mask

Masks events in the given wrapped interferogram using a tensorflow model and plots it, with the option to save.

model-summary

Prints the model summary.

setup

Create data directory subtree. This should be run before make-*-dataset.

show

Show the wrapped interferogram and event-mask from a given dataset file (.npz).

show-product

Plots the wrapped, unwrapped, and correlation images in an InSAR Product.

show-random

Show a randomly generated synthetic wrapped interferogram along with an event-mask.

simulate

Show a randomly generated wrapped interferogram from simulated deformation, atmospheric turbulence, atmospheric topographic error, and incoherence masking.

split-dataset

Split the dataset into train and test sets.

test-model

Predicts on a synthetic wrapped interferogram & event-mask pair and plots the results

train-model

Train a U-Net or ResNet style model.

visualize-layers

Visualize the feature maps of the model for a random synthetic interferogram.


This file was automatically generated via andrewplayer3's fork of lazydocs.