Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We're doing some computer vision stuff at iNat.

#### models

iNaturalist makes a subset of its machine learning models publicly available while keeping full species classification models private due to intellectual property considerations and organizational policy. We provide [“small” models](https://github.com/inaturalist/model-files) trained on approximately 500 taxa, including taxonomy files and a geographic model, which are suitable for on-device testing and other applications. Additionally, researchers have independently developed and released open-source models based on iNaturalist data, which can be found in various model distribution venues (for example [Hugging Face](https://huggingface.co/models?search=inaturalist) or [Kaggle](https://www.kaggle.com/models?query=inaturalist)).
iNaturalist makes a subset of its machine learning models publicly available while keeping full species classification models private due to intellectual property considerations and organizational policy related to all-rights-reserved photos where our users have chosen to retain all rights to their photos. We provide [“small” models](https://github.com/inaturalist/model-files) trained on approximately 500 taxa, including taxonomy files and a geographic model, which are suitable for on-device testing and other applications. Additionally, researchers have independently developed and released open-source models based on iNaturalist data, which can be found in various model distribution venues (for example [Hugging Face](https://huggingface.co/models?search=inaturalist) or [Kaggle](https://www.kaggle.com/models?query=inaturalist)).

#### os x dependencies
- `brew install libmagic`
Expand Down