Skip to content

Add flag for including/excluding altConcept in fathomnet-generate #23

@kevinsbarnard

Description

@kevinsbarnard

The user should be able to specify if they do or don't want to append the bounding box altConcept when generating a dataset. Currently, it works something like:

label = box.concept
if box.altConcept is not None:  # we should be able to toggle this behavior from the CLI
    label += " " + box.altConcept

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions