DARPA CriticalMAAS Project
Attention U-net model inference
Usage:
To use the Map Inference Tool, run the script with the necessary arguments:
css
python script_name.py --mapPath /path/to/hdf5 --jsonPath /path/to/json --featureType Polygon --outputPath /path/to/output --modelPath /path/to/model
Dependencies:
Python Libraries: argparse, math, os, numpy, rasterio, tensorflow, keras
Custom Modules: data_util, h5Image, unet_util