You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: