Usage

Small box

  • It finds the boxes with an area smaller than the image.
COMMAND REQUIRED DESCRIPTION
--in_file yes Path to CVAT-XML file.
--tolerance no Tolerance to filter. Default value: 1.0 (1% of image area).

Return

CSV file - it contains the image id (as an attribute), which is useful for validating if exist small boxes that don't belong to an object or feature.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \
    smallbox \
    --in_file=<CVAT_XML> \
    --tolerance=<TOLERANCE>  > output.csv

Use case:

  • Find the smaller boxes that maybe don't belong to an object or feature.

image