Boxes, lines, circles

Results CSV

Identifiers and Case Structure

TermDefinition
Case IDUnique identifier for cases in our system.
OriginOriginal file identifier or filepath.
Origin Created AtDate and time file was uploaded to our Centaur system.
Content IDUnique identifier for the content (e.g. image, text, audio, etc.) in the case.
URLClick this URL to view the case on the Centaur Portal.
Labeling StateClick the information icon next to “Status” to see the definitions of labeling states.
Series (if applicable)Unique identifier for the video or content sequence (e.g. image frames) that the case is associated with. A series can contain multiple cases, and a case can cover part or all of a series.
Series Index (if applicable)Unique identifier for the content as part of its series (e.g. image frames).
Patch (if applicable)Area of interest on an image to be annotated for the case, in WKT format with coordinates rescaled to a 0-100 scale.
Study UID (if applicable)Unique ID of the DICOM study that the annotated image was from.
Series UID (if applicable)Unique ID of the series within the DICOM study that the annotated image was from.
Instance UID (if applicable)Unique ID of the image within the DICOM series that was annotated.

Reads and Annotations

Term

Definition

Qualified Reads

Number of reads (“opinions”) on the case. Qualified Reads are those which meet a predefined accuracy criterion.

Correct Label

If Gold Standard case, the label in WKT format, as assigned by you and/or an admin. If Labeled case, the Majority Label in WKT format when the case has met a predefined consensus criterion.

Based on the origin (0,0) in the top-left corner of the x/y plane.

Majority Label

Annotation in WKT format derived from Qualified Reads. Based on the origin (0,0) in the top-left corner of the x/y plane.

Top Reads

Qualified Reads used to create the Majority Label.

Number of ROIs / Number of Correct Lines

Number of regions of interest or correct lines on the case in the Correct Label. All coordinates provided in WKT format in the CSV are relative coordinates; coordinates are relative to the max width and height, which are each defined as 100.

Measures of Confidence

TermDefinition
Difficulty1 - the average F1 score for the Top Reads based on their similarity to the Correct Label.
AgreementAverage F1 score for the Top Reads based on their similarity to the Majority Label.

Other Information

TermDefinition
Internal NotesAny notes internal to your team or tracked by Centaur relevant to the case.
CommentsComments on the case by our labelers.
FlagsFlags on the case by our labelers.
ExplanationNotes written by you and/or an admin to help train and educate labelers. The explanation is shown to labelers after they have submitted a read.
Pre-answer explainersAdditional text information provided to labelers about a case prior to viewing.
Static HighlightRange and entity highlighted for any static highlights present on the case (e.g., [{'range':[6,15], 'text': "this cell"}]).

COCO JSON

Info

TermDefinition
DescriptionDescription of the project (includes the task name).
ContributorOrganization the results file was prepared by (Centaur Diagnostics, Inc.).
Date_CreatedDate the results file was produced.

Images

TermDefinition
IDA unique identifier for the image. The id field maps to the image_id field in the annotations array (where bounding box information is stored). It also maps to the Content ID in the results csv.
Case_IDUnique identifier of the case the image is part of. This field maps to the Case ID in the results csv.
WidthThe width of the image.
HeightThe height of the image.
File_NameThe image filename, which maps to the Origin in the results csv.

Annotations

TermDefinition
IDThe identifier for the annotation.
Image_IDCorresponds to the id in the images array.
Case_IDCorresponds to the case_id in the images array.
Category_IDThe identifier for the label that identifies the object within a segmentation. It maps to the id field of the categories array.
SegmentationCorrect Label annotations for objects on an image in absolute coordinates (pixels).
WKTCorrect Label annotations for objects on an image in WKT format (relative coordinates).
AreaThe area of the annotation relative to the total area of the image.
BoxContains the absolute coordinates of a bounding box around an object on the image.

Categories

TermDefinition
IDThe identifier for the category.
NameName of the category, which will either be a finding or no finding.

Reads CSV

TermDefinition
Case IDUnique identifier for cases in our system.
User IDUnique identifier for users in our system.
Read IDUnique identifier for reads in our system
QscoreThe trailing average accuracy for the user when they submitted an answer to the associated case ID. Read more about trailing average accuracy (Qscore) here.
Frame IDIdentifier for the frame number in the case.
Label ClassThe class assigned to the label.
User LabelRead provided by the user.

_Note: Only the top reads used to create the majority label are included.