-
Hi Dan,
thank you for your quick reply! (Issue #290 )
after running the pipeline:
* find_repeat_detections.py
* manually removing false posittives
* remove_repeat_detections.py
I end up with a…
-
Thanks for continuing to maintain this awesome set of tools! My question is about where to find the latest release. I see megadetector v5 referenced here: https://github.com/microsoft/CameraTraps/blob…
-
Dear authors of MegaDetector,
I would be very grateful, if you could help me and my colleagues with a very persistent issue:
We applied MegaDetector (run_tf_detector_batch.py) for a large amount …
-
I'm using the batch detector on a HPC and need to limit the number of cores used to the number requested. If I used the `--cores` the batch detector creates a pool of workers which uses a lot more mem…
-
From the main README.md, in section classification (https://github.com/microsoft/CameraTraps#classification),
it states "here's a tutorial on training your own classifier using our detector and our …
-
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 …
-
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…
-
current dashboard calls https://volunteer.ala.org.au/ws/stats.json (latest version deployed on Nov 2020),
but this change https://github.com/AtlasOfLivingAustralia/volunteer-portal/commit/bd6680937…
-
hello, i got some errors when run your code when refering to the file of megadetector_colab.ipynb
##########################
!python run_tf_detector_batch.py megadetector_v4_1_0.pb "$images_dir" "$o…
-
Hey! Im trying to use the current release (v4.1)
When running the data_management/databases/classification/make_classificiation_dataset.py it tries to locate a create_tfrecords_v3 which is seems by…