-
We can process MIRA requests immediately (no API rate limit threshold like the Megadetector API) so this might make sense to speed up getting results.
-
Use representations of "objects" (in the "megadetector detected an object" sense of the word) as the unit of storage, with arrays of potential labels stored within them. When new label is added (e.g. …
-
Hi all! That's a lot for making this fantastic work available, the collective usefulness of the tools provided is truly staggering.
I was trying out MegaDetector and it's working really well. Howev…
-
- [x] Ability to toggle between images and labels for unit of iteration
- [x] Ability to delete, add, edit labels & bounding boxes
- [x] Rapid label validation / invalidation with keys?
-
I'm trying to run the MegaDetector over some images on a GCP VM instance with a Tesla T4 GPU. I created a conda virtual environment using the environment-detector.yml file with the tensorflow-gpu vers…
pbick updated
3 years ago
-
# Overview
Hello, I am trying to validate a package in Python (using `report = validate_package(descriptor_data_dict)`), but gets weird behaviour:
- `report.valid` is False
- `report.errors` is…
-
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 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…
-
https://aws.amazon.com/sqs/
"here is another (really common) idea: you could have your lambda publish the messages it consumes off of s3 to a queue (https://aws.amazon.com/sqs/) then your express s…
-
Hi,
I've just started using megadetector and I was wondering if you could recommend any good code to crop my images using the boxes identified?
Thanks!