fathomnet / fathomnet-py

FathomNet Python client
https://fathomnet-py.readthedocs.io
MIT License
28 stars 3 forks source link

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

Open kevinsbarnard opened 1 year ago

kevinsbarnard commented 1 year ago

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