Skip to content
Snippets Groups Projects
Forked from Nattapon Jaroenchai / DARPA_proj
83 commits behind the upstream repository.
user avatar
Nattapon Jaroenchai authored
1e278d52
History

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