mikeyEcology / MLWIC2

Classify camera trap images using machine learning with R Shiny Apps
36 stars 17 forks source link

classify() 'guesses' returned as numeric values, with no translation table #21

Closed git-og closed 3 years ago

git-og commented 3 years ago

Both the outputs of classify(), MLWIC2_output.csv and model_predictions.txt, return numeric values, but I haven't found a table which translates these numeric values to species names. An example from MLWIC2_output.csv is:

guess1

18 11 11 11 24 24

What can we use to look up these values and know which species they refer to?

git-og commented 3 years ago

Thanks to all involved in the development of this package, it fills an important niche and will be very useful.

mikeyEcology commented 3 years ago

See this table: https://github.com/mikeyEcology/MLWIC2/blob/master/speciesIDcontains.csv

git-og commented 3 years ago

Great, thanks