-
Are the MDv5 pt files "normal" YOLOv5/PyTorch model files? Aka can I use my existing scripts for running YOLOv5 models to run MDv5? or is there something custom about the pt files that I need to be aw…
-
Hello,
I would like to export the MegaDetector model `md_v5a.0.0.pt` as a TorchScript so I can utilize it more freely. It looks like this capability exists in 'yolov5'/ export.py` but I'm having t…
-
Hello, just a quick question about the supported tensorflow-gpu version. I am having installation issues with version 1.13.1 and was wondering if there is a more recent version that works, or if it mu…
-
I am training for specific species using a frozen backbone as discussed here: https://docs.ultralytics.com/tutorials/transfer-learning-froze-layers/
I can’t find any documentation on the layer stru…
-
Hello,
Thank you so much for this great program!
I have thousands of images from trap cameras, and while megadetector works wonderfully on some landscapes, it fails in other (it detects trees and…
-
I'm a little familiar with Python and Anaconda, and have followed the steps for installation on a windows machine. However, I get the error "Failed to load the native TensorFlow runtime" when I try to…
-
The API rocks! It would be handy to have a method to list a table (or `JSON`) of all the `request ids` with date submitted, date completed, job name, number of images, and brief status (e.g. failed, …
-
Hi,
Could it be possible to use the estimated models (I mean, the model weights) outside of MegaDetector, for those of us who have their own codes already running?
I would like to reuse your estim…
-
Thanks for making this great repo!
I love that make_classification_dataset.py allows you to crop images using the megadetector and create the tfrecords at the same time. One thing that has not b…
-
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…