Hi All, As part of extending the work we are doing at the BearID Project, we are thinking about integrating the models we are developing into open source camera trap project. This could include MegaDetector, swappable specias detectors and swappable individual reID. I'd like to aim for something that could be run locally or as a service, and possibly across platforms. I'd like to support images and videos. My leading candidates at the moment are TRAPPER and Camelot.
Any thoughts? Is someone already doing this?
25 March 2024 7:50pm
Hey Ed! I'm not clear about what you're proposing, could you elaborate? Might be that a word is missing from your first sentence - like are you proposing to make your model accessible or are you proposing to integrate existing open models into bear id? Or are you building a system that allows things to swap in and out? Tell me more?
27 March 2024 5:56am
Hi Ed,
did you check EcoAssist by @pvlun (MIT license)?
Greetings from Austria,
Robin
27 March 2024 8:37am
My StalkedByTheState project runs AI inferences models as a service. I'm working on a client program that will be dockerised to use as a client. Currently I'm only doing this for yolo-like inference engines.
so you can do something like docker run my-engine /tmp/mydir my-service-url and it will classify all the images in there sort of thing.

Peter van Lunteren
Addax Data Science
28 March 2024 5:41pm
Hi Ed @bluevalhalla , sounds like EcoAssist might be what your looking for. It runs models locally, offline, is cross platform and does images and videos. The species models (classifiers) are swappable and if your interested in adding and making your models open-source too - let me know ;)
AddaxAI - Simplifying camera trap image analysis with AI
Previously known as EcoAssist. An AI platform to analyse images with machine learning models for automatic detection, so that ecologists can save time and focus on conservation efforts.
Stephanie O'Donnell