Skip to content

Support tables without bounding box columns #97

@imagejan

Description

@imagejan

When adding a source segmentation including table data using (add_source_to_dataset), the table is required to have bb_min_* and bb_max_* columns, although their presence shouldn't be strictly required.

The column checking happens here:

expected_column_names = {
"label_id",
"anchor_x", "anchor_y",
"bb_min_x", "bb_min_y",
"bb_max_x", "bb_max_y",
}

and in the validation code here:

default_columns = [
"label_id", "anchor_x", "anchor_y",
"bb_min_x", "bb_min_y", "bb_max_x", "bb_max_y"
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions