agentmorris / MegaDetector

MegaDetector is an AI model that helps conservation folks spend less time doing boring things with camera trap images.
MIT License
118 stars 26 forks source link

Failed to load the native TensorFlow runtime. #32

Closed agentmorris closed 1 year ago

agentmorris commented 1 year ago

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 run_tf_detector.py - can anyone point me to where I am going wrong?


Issue cloned from Microsoft/CameraTraps, original issue posted by SarahDal on Jun 29, 2020.

agentmorris commented 1 year ago

Sorry you're having trouble getting the detector running... a couple questions:

  1. Did you use the instructions here:

    https://github.com/microsoft/CameraTraps/#machine-learning-scripts

    ...i.e., did you run:

    conda env create --file environment-detector.yml

  2. If so, did you run:

    conda activate cameratraps-detector

    ...before running the detector script?

  3. Do you have a GPU on your computer?


(Comment originally posted by agentmorris)

agentmorris commented 1 year ago

Closing this issue for lack of response from the OP; feel free to contact us at cameratraps@microsoft.com if you're still unable to resolve this issue. Thanks!


(Comment originally posted by agentmorris)