From f232af52aefbd1f2500d1bd7d22d63b96f594dc1 Mon Sep 17 00:00:00 2001 From: rain-Brian Date: Fri, 15 May 2026 13:38:37 -0700 Subject: [PATCH 1/2] Add MegaDetector-Acoustic and MegaDetector-Classifier to ecosystem table Links to both new standalone repos in the Biodiversity Ecosystem table, keeping the table consistent with other repos in the ecosystem. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e093193..d2a9153 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ To learn more about project SPARROW, please checkout our SPARROW paper here 👉 | [microsoft/Biodiversity](https://github.com/microsoft/Biodiversity) | Umbrella hub — PyTorch-Wildlife, MegaDetector, ecosystem overview | | [microsoft/MegaDetector](https://github.com/microsoft/MegaDetector) | Animal/human/vehicle detector for camera traps | | [microsoft/Pytorch-Wildlife](https://github.com/microsoft/Pytorch-Wildlife) | Unified AI framework: detection + species classification | +| [microsoft/MegaDetector-Acoustic](https://github.com/microsoft/MegaDetector-Acoustic) | Bioacoustic AI for audio-based wildlife detection and classification | +| [microsoft/MegaDetector-Classifier](https://github.com/microsoft/MegaDetector-Classifier) | Camera-trap species classification fine-tuning — adapt classifiers to your own datasets and geographic regions | | [microsoft/SPARROW](https://github.com/microsoft/SPARROW) | This repo — solar-powered edge AI for wildlife monitoring | | [microsoft/SPARROW-Studio](https://github.com/microsoft/SPARROW-Studio) | Dashboard for SPARROW data visualization | From 7174b2c00e450aa8d2e8234899085fd4d06edbb5 Mon Sep 17 00:00:00 2001 From: rain-Brian Date: Fri, 15 May 2026 13:52:12 -0700 Subject: [PATCH 2/2] Add MegaDetector-Acoustic and MegaDetector-Classifier to docs/index.md Co-Authored-By: Claude Sonnet 4.6 --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index ad464d1..1b104f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,5 +94,7 @@ All services run in Docker containers on the Jetson, orchestrated by Docker Comp | [microsoft/Biodiversity](https://github.com/microsoft/Biodiversity) | Umbrella hub — PyTorch-Wildlife, MegaDetector, ecosystem overview | | [microsoft/MegaDetector](https://github.com/microsoft/MegaDetector) | Animal/human/vehicle detector for camera traps | | [microsoft/Pytorch-Wildlife](https://github.com/microsoft/Pytorch-Wildlife) | Unified AI framework: detection + species classification | +| [microsoft/MegaDetector-Acoustic](https://github.com/microsoft/MegaDetector-Acoustic) | Bioacoustic AI for audio-based wildlife detection and classification | +| [microsoft/MegaDetector-Classifier](https://github.com/microsoft/MegaDetector-Classifier) | Camera-trap species classification fine-tuning — adapt classifiers to your own datasets and geographic regions | | [microsoft/SPARROW](https://github.com/microsoft/SPARROW) | This repo — solar-powered edge AI for wildlife monitoring | | [microsoft/SPARROW-Studio](https://github.com/microsoft/SPARROW-Studio) | Dashboard for SPARROW data visualization |