-
I am curious if we are overlooking the (so far) most detailed observation level, specifically one that pertains to objects within media files. Currently, CamtrapDP supports two levels: media and event…
-
[Megadetector](https://github.com/microsoft/CameraTraps/blob/master/megadetector.md) is an object detection model for animals in camera trap images. We could use it to infer that an image is empty if …
-
Right now, an image can have no objects at all for two reasons: it either never received a prediction from Megadetector, or it did get predictions, but the returned objects/labels we all invalidated. …
-
Would have to draw the bbox on the image and then embed the image as base64 directly into the email.
Example Python code for how they do baked-in bounding box annotations in the MegaDetector repo:…
-
We currently discard the `clss` information from megadetector since it used to just be animal/no-animal. As of version 4.1, there are person and vehicle classes:
https://github.com/microsoft/CameraTr…
-
**Feature**
Looking to upgrade the detector to the latest version. v5.0 released in 2022
**Additional Detail**
Version 4.1 detects a lot of false positives on my images. But some basic testing wi…
-
The Docker container on https://github.com/tnc-ca-geo/animl-ml/pull/98 successfully reproduces MDV5a detections locally. However, when it is deployed as a serverless endpoint on Sagemaker, requests ha…
-
Hey, thanks for providing EcoAssist!
I'm aware the Intel Macs aren't support anymore (and I suspect it applies only to those), but I wanted to create an issue nevertheless.
When running the inst…
-
I'm using an Apple M1 machine and trying to load the latest MegaDetector model v5.0 using the following code:
`mdsession Error in py_call_impl(callable, call_args$unnamed, call_args$named) : googl…
-
We need to come up with data models for:
- users
- permission groups
- projects
- cameras
- deployments
- models
- predictions
- labels
- ...
Here's a good mongoDB resource on examples of …