From 74db59cf18c7cce9e127a707ab410305e6958446 Mon Sep 17 00:00:00 2001 From: rain-Brian Date: Fri, 15 May 2026 14:56:52 -0700 Subject: [PATCH 1/2] Remove SPARROW-Studio cross-links; defer launch SPARROW-Studio is not launching yet. Remove table rows from README and docs/index.md. --- README.md | 1 - docs/index.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 9c3972d..88ea29a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ To learn more about project SPARROW, please checkout our SPARROW paper here 👉 | [microsoft/MegaDetector-Sonar](https://github.com/microsoft/MegaDetector-Sonar) | Sonar-based wildlife detection for aquatic monitoring | | [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) | Desktop application for all AI for Good Lab models | --- diff --git a/docs/index.md b/docs/index.md index 9739739..14d296e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,4 +99,3 @@ All services run in Docker containers on the Jetson, orchestrated by Docker Comp | [microsoft/MegaDetector-Sonar](https://github.com/microsoft/MegaDetector-Sonar) | Sonar-based wildlife detection for aquatic monitoring | | [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) | Desktop application for all AI for Good Lab models | From d42335aa4ada725fce7d25730ec9147d10edcb67 Mon Sep 17 00:00:00 2001 From: rain-Brian Date: Fri, 15 May 2026 15:20:25 -0700 Subject: [PATCH 2/2] Restore SPARROW Studio without repo link per Miao's review Keep SPARROW Studio as a listed option but remove the github.com/microsoft/SPARROW-Studio hyperlink. --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 88ea29a..1fbfbc8 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ To learn more about project SPARROW, please checkout our SPARROW paper here 👉 | [microsoft/MegaDetector-Sonar](https://github.com/microsoft/MegaDetector-Sonar) | Sonar-based wildlife detection for aquatic monitoring | | [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 | +| SPARROW Studio | Desktop application for all AI for Good Lab models | --- diff --git a/docs/index.md b/docs/index.md index 14d296e..3cd7f2a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,3 +99,4 @@ All services run in Docker containers on the Jetson, orchestrated by Docker Comp | [microsoft/MegaDetector-Sonar](https://github.com/microsoft/MegaDetector-Sonar) | Sonar-based wildlife detection for aquatic monitoring | | [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 | +| SPARROW Studio | Desktop application for all AI for Good Lab models |