-
https://github.com/microsoft/CameraTraps
You can find more information in our documentation.
https://cameratraps.readthedocs.io/en/latest/
Installation
Gradio Interface: Dive into an intera…
-
INSTALLATION.md in the part where you point to gradio, it clones the branch "PytorchWildlife_Dev" instead of the Main branch.
#`git clone -b PytorchWildlife_Dev --single-branch https://github.com/mic…
-
I'd like to run inference on my cropped data using the MegaDetector v0.1 model discussed in Step 3 here: https://github.com/microsoft/CameraTraps/tree/main/classification. However, I can not find the …
-
Hi Peter,
I am trying to use EcoAssist on Windows but am facing issues when I first open it. It says successfully installed but when I open it, the window closes almost immediately. If I run it in …
-
Hi All - very excited about this release!
I know this is probably deep down in the dependencies but wanted to raise given that M1 chips are becoming more common and that Mac instructions are given …
-
@ingalls - as you'll recall we started using `:` as our template for image Ids, and I am running into issues when I try to download images from Animl to my local machine using this [script](https://gi…
-
rename `image.original_relative_path` to `image.file_name` (not sure where I got 'original_relative_path' from but it's out of spec)
COCO for CameraTraps spec: https://github.com/microsoft/CameraTr…
-
Hi, we are trying to do some transfer learning with our Megadetector output JSON (retraining Mobilenet in TF2) and just realized the JSON output format from Megadetector is not in COCO format. Do you …
-
Hello,
I am running into an issue when using the demo code to process larger datasets (e.g., > 2000 images).
Specifically, the batch running image detection function results in a runtime erro…
-
utils.general.scale_coords has changed to scale_boxes in recent versions is YOLOv5. This patch could help future proof PTDetector especially for those trying to use M1s.
This patch also includes t…