Group

AI for Conservation / Feed

Artificial intelligence is increasingly being used in the field to analyse information collected by wildlife conservationists, from camera traps and satellite images to audio recordings. AI can learn how to identify which photos out of thousands contain rare species; or pinpoint an animal call out of hours of field recordings - hugely reducing the manual labour required to collect vital conservation data. The AI For Conservation group is intended to unite and inspire all WILDLABS community members—whether already involved in AI for conservation, or not—to understand how to use and/or directly contribute to open-source research and development efforts.

discussion

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.

See full post
discussion

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...

26 13

Hey Luke,

Appreciate your reply, very much.

I am not quite sure what you mean by setup but, this is the experimental design.

I will deploy cameras in shade forest areas to record insect visitors to animal feces. The “baits” will be deployed in a flat square with a camera pointing down on it at a distance of 30 to 40 cm.

So, following your comments if PIR doesnt work what should I use? Motioneyes? Or something else?

My comments regarding the battery are related to the PI shutting down when the battery level is low and some hats just stop supplying power automatically instead of being in standby/hold. So I wonder if I could do something coding/physically to solve it. Can I?

Following your advice about the fixed lens, I would need to adjust the focus for each camera in the field to ensure everything is in focus, is that right? It's a little different than a month trap since the surface where the insects will move around is not exactly even, hence my thoughts on using a autofocus camera.

Once again thanks for the help, and congrats on your elegant project.

 

 

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.

See full post
discussion

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.

See full post
discussion

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

See full post
discussion

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.

See full post
discussion

Call for Collaboration: Share your voice at ICTC next week! 

Hello, fellow WILDLAB-ers! I'm Mandy, your current Human-Wildlife Coexistence Group Leader!  :)I am heading to the ICTC conference in Peru next week and while reviewing the...

5 6

Hi Anna!

Is there anything that sparks your curiosity, which I can address for you? Take a look at the upcoming day 2 and day 3 sessions, and if you see anything that intrigues you, please let me know! I'll happily join the session that aligns, and share your thoughts! ☺️

Kind regards,

Mandy

See full post
discussion

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!

See full post
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
discussion

🐸 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!

See full post
careers

Biodiversity Monitoring Scientist

This role would suit someone with a background in ecology or environmental science who enjoys combining fieldwork, data analysis, and applied research to support real-world environmental outcomes.

0
See full post
discussion

Spectrolipi v2.0.1

Spectrolipi is a tool for visualizing sound, annotating spectrograms, and exporting ML‑ready acoustic datasets.Spectrolipi V2.0.0 is released now. Main new...

2
See full post
discussion

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/

See full post
event

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!!

See full post