-
`validate_species` fails if order is different. Reproduced by training a model on a subset of labels (`aardvark` and `blank`).
### Passed config
```yaml
train_config:
auto_lr_find: false
…
-
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…
-
Couldn't find `instance_masks/instance_masks/.png` in any of the download links. Both `train.zip` and `test.zip` contain only one folder with only `.jpg` extension files and `metadata.zip` only `.json…
-
Hi, I'm a seasoned JS/web/full stack developer but fairly new to ML and almost no Python experience.
I'm trying to setup an endpoint (similar to your API endpoint), but running on Google Cloud Infr…
-
when i try to run the code on local pc i got this error
`Traceback (most recent call last):
File "CameraTraps\detection/run_detector_batch.py", line 79, in
from detection.run_detector impor…
-
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 …
-
is this error means my gpu memory_size is small
`[00:00
-
Is there an easy way to use multiple GPUs for inference for the MegaDetector? That could speed things up quite a bit for large datasets.
-
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 …