Skip to content

stangandaho/wildfier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wildfier

Wildfier is deep learning based application to detect, segment and count wildlife species on images or video. At this stage, it includes an example of White-backed Vulture (Gyps africanus) detection model. It gives way to get a detection table including species name and metadata (date, hour, longitude, latitude, etc.) from image. The metadata are extracted only if available in the images the detection is applied on.

Get started

To use Wildfier, clone current app repository. Open you terminal, type and enter:

git clone https://github.com/stangandaho/wildfier.git

Or download and unzip the repository. Go to wildfier folder and click on wildfier.Rproj. Make sure you have R and RStudio installed. To run the app, open ui.R or server.R file and click on Run App button. run_app

⚠ If you launch the application for the first time, it can take 5-10min to load the necessaries dependencies. Make sure you are connected to internet, because some python modules are required.

Once loaded, the app main interface look like this: main_interface.

To process to detection, click on Point vultures button. It open a modal as bellow to provide some arguments like images (to select locally or provide an URL or folder path for multiple images processing).

process_modal

By default, the minimum confidence threshold for detections is 0.7. Objects detected with confidence below this threshold will be disregarded. Adjusting this value can help reduce false positives (detect falsely vulture on images).

If detection is done on provided image, you will be able do download the detection table that includes the original and detection image paths, the confident threshold of detection and complementary information if available in the metadata of the provided image like bellow.

detection_table

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published