-
Thanks for sharing the colab notebook. As a newbie in this, it's very helpful to be able to test your script before investing time into deploying it at full scale on all the camera traps photos in our…
-
Hey guys!
So, I've been trying to work with this amazing repo you guys put out there but, even though I can run the scripts and execute training, the model simply doesn't seem to be learning how to…
-
I'm working on a Linux machine. When preparing the "cameratraps-detector" environment from the environment-detector.yml file, I kept getting a series of errors regarding the ipython_genutils module:
…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
When …
-
Once you've done the Colab version, try installing everything locally. They have a docker container version or you can also install all the dependencies directly in your global environment. If you're …
-
I was just trying to get CameraTraps working on a headless linux RTX3080 computer (in docker). The `environment-detector.yml` file installs `opencv`, which will only run if a lot of (UI) dependencies …
-
What do you think about changing the separate_images() function to call the [megadetector separate_detections_into_folders.py ](https://github.com/microsoft/CameraTraps/blob/main/api/batch_processing/…
-
Before I start digging into it further, has anyone come across the following problem? I've run the detector twice and got the same result... thinking along the lines of corrupt file or faulty disk?
…
-
(base) c:\git\cameratraps>conda env update -f environment-classifier.yml --prune
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- accimag…
-
Hey all,
Not sure if it falls under an issue (I'm happy to post or x-post it somewhere more suitable). This repo may be the best place to ask some questions about what's needed to be integrated in…