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

Corrected classes lose underscore #262

Open
kamilzyla opened this issue Mar 25, 2022 · 0 comments
Open

Corrected classes lose underscore #262

kamilzyla opened this issue Mar 25, 2022 · 0 comments
Labels
high High priority

Comments

@kamilzyla
Copy link
Collaborator

kamilzyla commented Mar 25, 2022

Message from Robbie:

Something minor I noticed but it does cause issues is that the AI classifier labels the species names like this "Hog_Red_River" with underscores between words, but when correcting labels the underscores are lost. This means if you correct a label it creates a second class for the same species, so you end up with "Duiker_Blue" and "Duiker Blue" in the same database. This causes inconsistencies when I'm doing analyses that are easy for me to fix but will be a problem for others.

Steps to reproduce

  1. Load a CSV file into the "Explore results" tab.
  2. Override prediction for any photo with a_b string and export the results.
  3. Load exported CSV and export it again.

Expected behavior

After the second export, the CSV file should have a_b string in both the common_name and label columns.

Actual behavior

After the second export, the CSV file has a_b string in the common_name column, but a b (without the underscore) in the label column.

@kamilzyla kamilzyla added the high High priority label Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high High priority
Projects
None yet
Development

No branches or pull requests

2 participants