Hi @chrisdieck ,
It seems like the variables.json is somehow corrupted. Can you:
- open this file in a text editor like TextEdit, NotePad or VScode?
C:/Users/chris/AddaxAI_files/models/cls/Europe - DeepFaune v1.4/variables.json
- The contents are probabaly empty or partly missing. Make sure you have exactly the contents below.
{
"model_fname": "deepfaune-vit_large_patch14_dinov2.lvd142m.v4.pt",
"description": "The Deepfaune initiative aims at developing 'artificial intelligence' models to automatically classify species in images and videos collected using camera-traps. The initiative is led by a core academic team from the French 'Centre National de la Recherche Scientifique' (CNRS), in collaboration with more than 50 European partners involved in wildlife research, conservation and management. The Deepfaune models can be run through a custom software freely available on the website, or through other software packages or platforms like EcoAssist. New versions of the model are published regularly, increasing classification accuracy or adding new species to the list of species that can be recognized. More information is available at: https://www.deepfaune.cnrs.fr",
"developer": "The DeepFaune initiative",
"env": "pytorch",
"type": "deepfaune-v1.4",
"download_info": [
[
"https://huggingface.co/Addax-Data-Science/Deepfaune_v1.4/resolve/main/deepfaune-vit_large_patch14_dinov2.lvd142m.v4.pt?download=true",
"deepfaune-vit_large_patch14_dinov2.lvd142m.v4.pt"
]
],
"citation": "https://doi.org/10.1007/s10344-023-01742-7",
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
"total_download_size": "1.1 GB",
"info_url": "https://www.deepfaune.cnrs.fr/en/",
"all_classes": [
"bison",
"badger",
"ibex",
"beaver",
"red deer",
"golden jackal",
"chamois",
"cat",
"goat",
"roe deer",
"dog",
"raccoon dog",
"fallow deer",
"squirrel",
"moose",
"equid",
"genet",
"wolverine",
"hedgehog",
"lagomorph",
"wolf",
"otter",
"lynx",
"marmot",
"micromammal",
"mouflon",
"sheep",
"mustelid",
"bird",
"bear",
"porcupine",
"nutria",
"muskrat",
"raccoon",
"fox",
"reindeer",
"wild boar",
"cow"
],
"selected_classes": [
"bison",
"badger",
"ibex",
"beaver",
"red deer",
"golden jackal",
"chamois",
"cat",
"goat",
"roe deer",
"dog",
"raccoon dog",
"fallow deer",
"squirrel",
"moose",
"equid",
"genet",
"wolverine",
"hedgehog",
"lagomorph",
"wolf",
"otter",
"lynx",
"marmot",
"micromammal",
"mouflon",
"sheep",
"mustelid",
"bird",
"bear",
"porcupine",
"nutria",
"muskrat",
"raccoon",
"fox",
"reindeer",
"wild boar",
"cow"
],
"var_cls_detec_thresh": "0.35",
"var_cls_detec_thresh_default": "0.35",
"var_cls_class_thresh": "0.80",
"var_cls_class_thresh_default": "0.80",
"var_smooth_cls_animal": true,
"min_version": "6.20",
"var_tax_levels_idx": 0,
"var_tax_fallback": false,
"var_tax_fallback_default": false
}
Then restart AddaxAI. Does it work?