Usage

NPZ to XML

  • It converts from NPZ to XML format.
COMMAND REQUIRED DESCRIPTION
--npz_file yes Path to labelMaker NPZ file.
--img_path yes Path of the images in CVAT.
--img_label yes Label image e.g., tower.

Return

XML file

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \    
    npz2xml \
    --npz_file=<NPZ> \
    --img_path=<IMG_PATH> \
    --img_label=<IMG_LABEL>