Usage
Count tags
- It gets the total of images tagged and boxes tagged according to their classification.
COMMAND | REQUIRED | DESCRIPTION |
---|---|---|
--xml_file | yes | Path to CVAT-XML file. |
Return:
Number - stats of the images and boxes that were tagged.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \
count_tag \
--xml_file=<CVAT_XML>
Use Case:
- Get stats of the images and boxes that were tagged according to their classification.