Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ license_link: LICENSE
|
|
| 10 |
|
| 11 |
# Getting started
|
| 12 |
|
| 13 |
-
If you are a biologist looking to get started with MegaDetector, you probably don't want to download the model directly; instead, check out [AddaxAI](https://addaxdatascience.com/addaxai/)
|
| 14 |
|
| 15 |
-
If you want to run MegaDetector directly, check out the [MegaDetector User Guide](https://github.com/agentmorris/MegaDetector/blob/main/megadetector.md) and the [MegaDetector Python package](https://megadetector.readthedocs.io/).
|
| 16 |
|
| 17 |
# Variations
|
| 18 |
|
|
@@ -24,15 +24,15 @@ Three variations of the model are included in this Hugging Face release:
|
|
| 24 |
|
| 25 |
All three variations use the same architecture (YOLOv5x6).
|
| 26 |
|
| 27 |
-
More information about how these models are related, along with
|
| 28 |
|
| 29 |
# License information
|
| 30 |
|
| 31 |
MegaDetector-specific code is MIT-licensed.
|
| 32 |
|
| 33 |
-
The most restrictive license among
|
| 34 |
|
| 35 |
-
Training data
|
| 36 |
|
| 37 |
# Sample output
|
| 38 |
|
|
|
|
| 10 |
|
| 11 |
# Getting started
|
| 12 |
|
| 13 |
+
If you are a biologist looking to get started with MegaDetector, you probably don't want to download the model directly; instead, check out [AddaxAI](https://addaxdatascience.com/addaxai/), a GUI-based tool for running AI models on camera trap images.
|
| 14 |
|
| 15 |
+
If you want to run MegaDetector directly (at the command line, or from code), check out the [MegaDetector User Guide](https://github.com/agentmorris/MegaDetector/blob/main/megadetector.md) and the [MegaDetector Python package](https://megadetector.readthedocs.io/).
|
| 16 |
|
| 17 |
# Variations
|
| 18 |
|
|
|
|
| 24 |
|
| 25 |
All three variations use the same architecture (YOLOv5x6).
|
| 26 |
|
| 27 |
+
More information about how these models are related, along with information about other variants that are available but not recommended for general use, is available in the [MDv1000 release notes](https://github.com/agentmorris/MegaDetector/blob/main/docs/release-notes/mdv1000-release.md#introducing-mdv1000).
|
| 28 |
|
| 29 |
# License information
|
| 30 |
|
| 31 |
MegaDetector-specific code is MIT-licensed.
|
| 32 |
|
| 33 |
+
The most restrictive license among inference-time dependencies is GPL.
|
| 34 |
|
| 35 |
+
Training data was provided under a combination of CDLA-permissive (for public data from [LILA](https://lila.science)) and proprietary licenses (for private data). None of the training data licenses place any restrictions on the use of the model.
|
| 36 |
|
| 37 |
# Sample output
|
| 38 |
|