Usage
Intersection box
- It finds the boxes that intersect and are greater than the tolerance.
COMMAND | REQUIRED | DESCRIPTION |
---|---|---|
--in_file | yes | Path to CVAT-XML file. |
--tolerance | no | Tolerance to filter. Default value: 70.0 (70% of intersection between 2 boxes). |
Return
CSV file - it contains the image id (as an attribute) for validating if exist duplicate boxes for the same object or feature.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \
intersectionbox \
--in_file=<CVAT_XML> \
--tolerance=<TOLERANCE> > output.csv