Skip to content

uwyo-mallet/animal-identification-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mallet Lab Animal Identification

Info

This application was written by the Mallet Lab to process game camera images. The code provided includes an updated MLWIC2 model in python 3 and a user interface implemented through Gradio. This app specifically is made to process images from Reconyx and Browning trail cameras but can be used to process images from any camera.

Usage

The MLWIC2_Python3 folder contains the updated MLWIC2 python 3 model. Running app.py will host a session of Gradio through a web address, where you will be able to upload your images in a zip folder format then process them. After processing, you will have an option to download the processed images, or view them in the viewer built into Gradio.

Note: this application is meant to be hosted on a machine for people to utilize through their web browser, rather than being hosted on a personal machine. It can be hosted on a personal machine just fine, as long as you connect to the address Gradio outputs in the terminal.

Model Specifications

As mentioned above, the model that is being utilized is the MLWIC2 model, updated in python 3. Tensorflow version 1.14 is being utilized, so if you would like to switch out this model to another, you would need to modify the app.py file. Line 117 contains the dictionary values for the MLWIC2 model, and there are a couple calls to tensorflow above line 117. These will have to be modified to accomodate for a different model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages