From 3a8fefacce819ac088c89c0baaebec27c68fc174 Mon Sep 17 00:00:00 2001 From: rain-Brian Date: Tue, 19 May 2026 23:55:16 -0700 Subject: [PATCH] Fix broken repo URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - github.com/microsoft/PytorchWildlife → Pytorch-Wildlife (missing dash) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fbfbc8..abb4417 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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/PytorchWildlife](https://github.com/microsoft/PytorchWildlife) | Unified AI framework: detection + species classification | +| [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-Overhead](https://github.com/microsoft/MegaDetector-Overhead) | Wildlife detection in aerial and drone imagery | | [microsoft/MegaDetector-Sonar](https://github.com/microsoft/MegaDetector-Sonar) | Sonar-based wildlife detection for aquatic monitoring | diff --git a/docs/index.md b/docs/index.md index 3cd7f2a..6fb1bd2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -93,7 +93,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/PytorchWildlife](https://github.com/microsoft/PytorchWildlife) | Unified AI framework: detection + species classification | +| [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-Overhead](https://github.com/microsoft/MegaDetector-Overhead) | Wildlife detection in aerial and drone imagery | | [microsoft/MegaDetector-Sonar](https://github.com/microsoft/MegaDetector-Sonar) | Sonar-based wildlife detection for aquatic monitoring |