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
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
Load a CSV file into the "Explore results" tab.
Override prediction for any photo with a_b string and export the results.
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.
The text was updated successfully, but these errors were encountered:
Message from Robbie:
Steps to reproduce
a_b
string and export the results.Expected behavior
After the second export, the CSV file should have
a_b
string in both thecommon_name
andlabel
columns.Actual behavior
After the second export, the CSV file has
a_b
string in thecommon_name
column, buta b
(without the underscore) in thelabel
column.The text was updated successfully, but these errors were encountered: