Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kevinsbarnard opened this issue Oct 24, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@kevinsbarnard
Copy link
Member

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
@kevinsbarnard kevinsbarnard added the enhancement New feature or request label Oct 24, 2023
@kevinsbarnard kevinsbarnard self-assigned this Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant