Grupo

IA para la conservación / Canal de noticias

La inteligencia artificial se utiliza cada vez más sobre el terreno para analizar la información recopilada por los conservacionistas de la vida silvestre, desde cámaras trampa e imágenes satelitales hasta grabaciones de audio. La IA puede aprender a identificar qué fotos, entre miles, contienen especies raras; o identificar el canto de un animal entre horas de grabaciones de campo, lo que reduce enormemente el trabajo manual necesario para recopilar datos vitales de conservación.El grupo IA para la conservación tiene como objetivo unir e inspirar a todos los miembros de la comunidad WILDLABS (ya sea que estén involucrados en IA para la conservación o no) para que comprendan cómo usar y/o contribuir directamente a los esfuerzos de investigación y desarrollo de código abierto.

discusión

Mini AI Wildlife Monitor

Hi All!I've been working on various version of small AI edge compute devices that run object detection and Identification models for ecological monitoring!I've recently been...

27 14

In case someone. Find this totally out of place commemt… this is how I solved it, I've decided to use a IMX477 HQ Camera, building a *manual, heavy-duty optical rig* utilizing C/CS-mount lenses and physical macro extension tubes.

Wow, what a great project.

This is a great project! Some comments:
RaspberryPI though accessible is not the best fit for video pipelines and AI workloads or off grid deployments:
- it lacks onboard ISP which means either software implemented ISP, distorted data or on camera non energy optimized ISP.
- it lacks any power management techniques, low power modes, etc.
- it runs from SDCard using the same one for OS, swap and data, any corruption can lead to full loss.
- it runs any AI/ML workload on CPU which is extremely non efficient and any addon accelerators such as Hailo8 add a lot to power consumption and heat dissipation representing more challenges.

The advantages are of course plenty of documentation, community and all kind of makers addons, hats, etc.

For something more realistic, real life suitable I would suggest using something based on SoC with integrated NPU such as Hailo 15, Renesas RZ/V, Synaptics SL1680, MediaTek Genio or even the I.MX8M Plus for very light AI/ML workload. All of these have variety of SBCs, kits or even standalone smart camera oriented designs available from different vendors.

Ver la publicación completa
discusión

Anyone using Microsoft Sparrow?

I've just been learning a little bit about Microsofts Sparrow Project and it seems awesome. But it also promises a lot. I'm hoping there might be some people who have worked with...

14 0

@rahul.dodhia wow I would love to work on that! It sounds like Sparrow Studio is not open source yet? But, in the meantime, I think if this was going to be a successful fork or plugin anyways I would need to be more familiar with the codebase and it's best practices. 

If you think of a smaller task that could help me learn how best to work with the community and software I would be excited to to contribute! 

looking forward to this discussions too. Exploring the use of sparrow and in case our use case succeeds, we'll share feedback too.

Ver la publicación completa
discusión

Building the perfect camera trap (Guide)

I know there are several people and teams going through the journey of building their own trail cameras – so I decided to make the guide I wish I had when we were still building...

5 4

Hey Bob, thanks for the kind words! Your articles on Winterberry Wildlife have really been a big inspiration for me! There are extremely limited numbers of articles on trial cameras, and you have some nice in-depth hardware level which I have been reading 😊 

You are completely right about the battery life and trigger speed tradeoff. If I remember right, there are a few cameras which offered “real time” images but in return the battery was drained in a few days and people started to complain on forums. In early stages of development there is also much about limiting the services at boot, as you mention putting the camera function as early in the boot sequence as possible, creating your own camera configs and so on. 

Great guide — this is exactly the kind of resource the community needs. A few additions from a hardware embedded perspective that might be worth including:

On PIR sensors — the standard Fresnel lens + PIR combination has a fundamental limitation in hot environments: when ambient temperature approaches body temperature (~35°C in African savannah), the thermal contrast between the animal and the background drops dramatically and trigger reliability degrades. This is worth calling out explicitly for tropical and arid deployments, where the standard PIR may miss animals during the hottest part of the day. Some teams have moved to passive radar (Doppler microwave) as an alternative trigger for hot environments — less species-selective but more temperature-independent.

On power architecture — one thing I'd add to the component deep-dive is the power switching circuit. Most commercial cameras use a simple battery holder with no protection. For DIY builds, a proper battery management IC with overcurrent protection, low-voltage cutoff, and reverse polarity protection adds almost no cost but prevents a lot of field failures, especially when using lithium primaries in extreme temperatures.

On IR illumination — the choice between 850nm (faint red glow, better image quality) and 940nm (truly invisible, lower image quality, shorter range) is well covered in most guides, but what's often missed is thermal management of the IR LEDs themselves. High-power IR LEDs run hot and can significantly raise the enclosure temperature in a sealed housing — worth mentioning as a factor in enclosure thermal design, particularly for cameras that run night-long video.

On the shift away from hardware — curious what drove that decision. Was it the enclosure/thermal challenges, the PIR reliability issue, or something else entirely?

Thank you for sharing.

Ver la publicación completa
discusión

Getting behavioral data out of datasets that weren't built for it

Burning question:There's so much monitoring data already- camera trap archives, acoustic recordings, GPS tracks - but almost all of it was collected to answer presence/absence or...

10 0

This thread is exactly the conversation I was hoping to start - thank you all.

Janelle, your point about context is the crux of it. A crocodile with its mouth open could be thermoregulating, resting, or hunting, and the still frame alone won't tell you which - it's the surrounding signals (eyes, posture, what else is in the scene) that disambiguate. That's the whole problem in miniature: behavior isn't legible without context, and most datasets strip the context out. I love your reframe of observer bias as signal, too - the order in which individuals approach and explore a new camera is behavioral data, not just noise to wait out. And it points at exactly where I think this goes: no single stream is enough. Thermal, acoustic, eDNA, movement - layered together, you start to reconstruct a scene rather than just catalog detections.

Kim, the continuous thermal deployment you're describing is the kind of capture I'd love to understand better - sustained, passive, weatherproof is where the rare and off-frame behaviors actually live. Would be curious how much behavioral signal you're seeing in that data vs. presence/absence.

Henri, your bee work is striking - we're clearly circling the same core idea from different systems. I'd be glad to compare notes; I'll follow up directly.

More soon - this is the good stuff.

Maggie

Ver la publicación completa
discusión

AI Edge Compute Based Wildlife Detection

Hi all!I've just come across this site and these forums and it's exactly what i've been looking for!I'm based in Melbourne Australia and since finishing my PhD in ML I've been...

25 4

I find the performance of micro-nano sized models that run on MCUs impractical for many applications. This is due to the low FPS, tiny Image resolution processed and very low model capacity.
I think people underestimate the huge jump in complexity from something working on the benchtop detecting a person from a meter away to trying to detect a cat-size object several meters away in a noisy environment.

Ver la publicación completa
discusión

What questions would you ask an AI agent for conservation tech?

If you had access to an agent trained specifically to provide guidance on conservation technology tools + methods, what would you ask it? It sounds like a lot of folks are...

14 8

Elionai - your point about lessons from past deployments and "what tends to fail first" really resonates. I think that gap between ideal-condition performance and what actually holds up in the field is one of the most underrated questions in this whole space.

I'm building something that integrates environmental monitoring, so I'd love to pick your brain on the edge/deployment side. Messaging you to connect!

I would probably ask: “If your code basically does not allow you to take harmful actions, what should you do if you are provided with irrefutable proof that your existence, supported by components built and developed with “rare minerals” extracted from conflict areas is actually harming and destroying indigenous communities and biodiversity?”

Hello,
This is an incredible initiative, and exactly the kind of practical AI application that can make a huge impact in the conservation space!

As an AI Solutions Architect based in the US with 20 years of tech experience, I have built several RAG (Retrieval-Augmented Generation) and Agentic solutions. I would love to contribute directly to the implementation or consulting side of this project if required.

Whether you need help with structuring the retrieval pipelines for the forum data, designing the agentic workflows, or handling the backend and cloud deployment, I would be happy to jump in and support the build.

Please let me know how I can best get involved, or if you'd like to chat about the technical architecture and how to bring this to life!

Ver la publicación completa
Link

Global drivers of forest loss at 1 km resolution - Version 1.3

Global map of the dominant driver of tree cover loss at 0.01° resolution (~1km) for the period 2001-2025. This is the latest update for this dataset.

1
discusión

🐸 WILDLABS Awards 2025: Open-Source Solutions for Amphibian Monitoring: Adapting Autonomous Recording Devices (ARDs) and AI-Based Detection in Patagonia

We’re excited to launch our WILDLABS-funded project to adapt open-source recording hardware and AI tools to help monitor amphibians, with an initial focus on one of South America'...

6 15

🌿 Project Update — November 2025
Sharing our experience at the Symposium on Physics Applied to Ecology and Conservation (Foz do Iguaçu, Brazil).

We’d like to thank Carlos Araujo for kindly inviting us to take part in the Symposium on Physics Applied to Ecology and Conservation, held on November 6–7, 2025, at the PTI Campus – Universidade Federal da Integração Latino-Americana (UNILA) in Foz do Iguaçu, Brazil.

The event aimed to build bridges between researchers from different disciplines and countries, exploring how physics can support acoustic monitoring, ecological data collection, and biodiversity conservation.

🎙️ We joined Roundtable 3 — Hardware, Sensors, and Audio Recording, where we discussed:

Open-source autonomous recorders for biodiversity monitoring.

Energy-efficient design and sensor integration.

Alternative battery types and power solutions (particularly relevant to our developments)


🎥 Watch the roundtable recording here.


It was also a great opportunity to share our experience and highlight the WildLabs community, connecting with colleagues working at the intersection of physics, ecology, and technology.

 

 


 

 

Hi everyone!

Following up on our project development, we have just published the full report on our work integrating environmental monitoring into AudioMoth devices and the resulting BirdNET workflows for Patagonian amphibians. You can find the complete documentation and results here.

Beyond the technical implementation, we’ve documented the custom firmware, the AI training pipeline for our species, and the practical challenges we faced during field deployments:

Project Video: YouTube Video Link

Firmware: AudioMoth I2C Firmware Repository (GitLab)

AI Workflow: BirdNET-based Workflow for Amphibians (GitHub)

Edge Models: TinyFrog Repository (GitHub)

PyTorch reimplementation: BirdNET-Analyzer (GitHub)

If you are working on similar setups or have questions about the hardware or the workflow, feel free to reach out. I hope this documentation proves useful for your own research.

Thanks for the support and the exchange of ideas during these months!

Ver la publicación completa
discusión

AI for Impact Series at WWF: Looking for experts/speakers

Looking for practitioners to join me in a Impact AI workshop series I plan to host in WWF for our entire network!!If you are interested and hold expertise to share 1 hour of your...

6 0

hi! I would be happy to contribute my experience in edge AI and smart sensors for real-time wildlife monitoring.

I'd be happy to contribute as well, I lead various conservation AI projects in Hong Kong and Japan, camera trapping, acoustic monitoring, and some drone/LiDAR image processing.

Hi! As Open Science Conservation Fund are happy to contribute with Trapper, scalable, open-source and AI-driven camera trap data infrastructure. https://os-conservation.org/trapper/

Ver la publicación completa
evento

Vibe Coding Party

Join us for a virtual, global vibe coding party on June 11, 2026!

4 0
Woops sorry didn't realise there was a sign up / thought I already signed up. Any chance I could get a link for this session 2?

@JonathanYardley Apologies I missed your message. We are organizing another event in late July - I'll make another post soon with the sign up link!!

Ver la publicación completa
discusión

Seeking wildlife AI Models for Full Motion Video (FMV)

Hi WildLabs, hi All,It's been a while since I've posted on WildLabs so please be kind. I'm wondering if there is anyone in this space developing wildlife AI models to be used...

1 1
Ver la publicación completa