Table of Contents

CoCo Tool

CoCo Tool is a tool for data extraction for AI training.

CoCo Tool Arguments

annotationtococo

jdfhjfdjhfjdfjdf

* -egidbMapping

How to use CoCo Tool

Getting started with CoCo is very easy. You can call the CoCo Tool by using the command-line. Open the command-line window in the folder where the CoCo Tool files are stored on your machine or navigate to the location by using CLI. Then use the following command.

coco -cmd annotationtococo -connectionString "database=yourdbname;User Id=postgres;password=admin;host=localhost;port=5432" -layer "public.tablenamewithdata" -classColumn "element" -annotationColumn "bbox" -mappingFile "C:\path\to\mappingfile.txt" -metadataFormat "csv" -imageSize "512" -outfolder "C:\path\to\output" -imageOverlapX "384" -imageOverlapY "384" -minAnnotationWidth "32" -minAnnotationHeight "32" -aoiStartX 0 -aoiStopX 8192 -aoiStartY 0 -aoiStopY 4096

Let's walk true command: