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

DARPA CriticalMAAS Project

Release Description: Attention U-net model inference


Usage:

To use the Map Inference Tool, run the script with the necessary arguments:

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

Future Enhancements:

  • Integration of georeferencing capabilities for output TIFF images.