What is the .udt.json format?
The UDT JSON format is an open-source format for specifying human annotation tasks. For example, you might use the .udt.json format to store the labels and specification for transcribing audio or labeling images.
The UDT JSON format can be converted to and from an equivalent CSV format easily.
The basic structure of a UDT JSON file is this:
Here's an example for an image segmentation dataset...
Principles
The principles that drive the UDT format are...
Complete Specificity such that no additional documents or conversations are required to perform the task.
Simplicity and Human Readability so that datasets can be easily examined in the JSON format and understood
Specificity such that no additional documents or conversations are required to start labeling
Last updated