-
Notifications
You must be signed in to change notification settings - Fork 4
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
feature: load detection class names from yaml file #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments. Otherwise it is fine imo.
One could also add the segmentation names to the printout in the evaluation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @phinik for your nice contribution!
We probably also want to adapt the path in Line 4 in bb22da1
Before we do that, I would suggest moving the TORSO.names / yoeo_name.yaml file from the data dir to the config dir? What is your opinion? |
I leave it up to you and Flova to decide on this. |
But the
I also wonder a bit if we really want to do this, as the We also need to adapt the |
This should be another PR |
…OEO into feature/class_names_from_yaml
Proposed changes
added the possibility to load (detection) class names from a yaml file (key 'detection')
Necessary checks