Open-source AI model for UK camera trap species detection
The TrapTracker UK Mammals Model is an open-source object detection model designed for UK camera trap images. It has been developed to help conservation organisations, ecologists, universities, citizen science groups, and statutory agencies process large volumes of camera trap data without needing commercial platforms or machine-learning expertise.
The model detects and classifies UK-relevant classes, including common mammals, selected bird species, domestic animals, people, vehicles, and operational utility classes such as calibration poles.
Models are released as part of our wider aim to make conservation AI more accessible, transparent, and useful to the organisations that need it most.
Model overview
Several model architectures (see below) have been trained on a curated UK camera trap dataset developed specifically for UK conservation settings, rather than being adapted from a general wildlife model or a model trained primarily on non-UK fauna. This matters because camera trap AI performance often depends heavily on the species, landscapes, camera types, lighting conditions, and deployment contexts represented in the training data.
The models are intended to provide a strong, practical baseline for UK camera trap analysis, particularly for users who need local, offline, inspectable, and non-commercial tools.
Training data
The models have been trained on labelled instances drawn from UK camera trap images collected through conservation deployments over nearly a decade.
The dataset includes a wide range of practical camera trap conditions, including:
- daylight RGB images
- infrared night-time images
- motion blur
- partial occlusion
- multi-animal frames
- juveniles and adults
- manufacturer overlays and timestamps
- varied UK habitats and deployment settings
The raw training images are not released, because many were provided under partner-specific data agreements that pre-date these open model releases.
Training setup
The models were trained using:
- Architecture: YOLO10x and YOLO26x
- Input resolution: 640 × 640
- Training hardware: 8 × NVIDIA RTX A6000 GPUs
- Global batch size: 256
- Framework: Ultralytics
- Export format: ONNX
The model was trained with deterministic settings and a fixed random seed to support reproducibility.
Intended use
This models are intended for non-commercial conservation and ecological monitoring, including:
- UK camera trap species detection
- biodiversity monitoring
- ecological research
- conservation project workflows
- university and student research
- citizen science projects
- local offline image processing
- pre-filtering large image collections before manual review
The models can be used through TrapTracker tools or integrated into other non-commercial workflows using the ONNX weights.
Not intended for
The models are not intended for:
- commercial resale or paid inference services
- use as a general global wildlife model
- legally sensitive identification tasks
- surveillance or monitoring of people
- replacing expert ecological validation
- making conservation decisions without human review
- detecting species not included in the model classes
Where the results are used in scientific, regulatory, or conservation decision-making, users should include appropriate manual checking and validation.
Why we are releasing it
Camera trap AI has become increasingly important for biodiversity monitoring, but access to high-performing species recognition tools is often limited by commercial platforms, proprietary weights, pay-per-image models, or cloud-based inference.
This release is intended as a practical counterweight to that trend.
The aim is simple: a conservation organisation with limited funding, no machine-learning team, and no GPU should still be able to process camera trap images locally and obtain useful species-level detections.
The models are free for non-commercial use, run offline, and are designed for ecologists and conservation practitioners rather than machine-learning specialists.
How to cite
If you use the model in research, reports, publications, or conservation outputs, please cite:
Democratising Camera Trap AI: An Open-Source Model for Detecting UK Mammals.
Licence
The model weights are released for non-commercial use.
You may use the model for conservation, research, teaching, ecological monitoring, citizen science, and non-commercial biodiversity work.
You may not resell the model, use it to provide a paid commercial inference service, or incorporate it into a commercial product without prior permission.
For commercial licensing enquiries, please contact:
Download
By downloading the model, you agree to use it only for non-commercial purposes and to acknowledge the model appropriately in any resulting publications, reports, or public outputs.
Updates
The Trap Tracker UK Mammals Model will continue to be developed as new data become available and as the underlying model architecture improves. Future releases will be made available periodically, with clear versioning so that users can track changes, improvements, and compatibility across model updates.