Classifiers¶
Models | Version Names | Licence | Release |
---|---|---|---|
AI4G-Oppossum | - | MIT | Released |
AI4G-Amazon-V1 | v1 | MIT | Released |
AI4G-Amazon-V2 | v2 | MIT | Released |
AI4G-Serengeti | - | MIT | Released |
Deepfaune-classification | v1.3 | CC BY-SA 4.0 | Released |
Deepfaune-New-England | v1.0 | CC0 1.0 Universal | Released |
[!TIP] Some models, such as MegaDetectorV6, HerdNet, and AI4G-Amazon, have different versions, and they are loaded by their corresponding version names. Here is an example:
detection_model = pw_detection.MegaDetectorV6(version="MDV6-yolov10-e")
.