Skip to content

ICAERUS-EU/UC3_Livestock_Monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UC3 Livestock Monitoring 🐄🐏


Explore the wiki »

Report Bug - Request Feature

Downloads Contributors Forks Stargazers Issues License

Table Of Contents

Summary

We propose an use of UAV images and videos to automatically recognize and count animals in extensive areas.

Four computer vision models are currently in this repository:

  • Two models for cow recognition from UAV images in nadir position.
  • Two models for sheep recognition from UAV videos.

An application script using the sheep detection model is also available for counting sheep in the video.

More details on models section.

Structure

The repository folders are structured as follow:

  • data: some example videos and images to use application scripts. You can find on Zenodo others sheep video and cow images that you could download and add to data repository to test models and application scripts.
  • models: models developed for animals detection.
  • appplication: application scripts using sheep models to count animals.
  • platform.json: organized information about the models.

Models

The models developed are the following:

The model has been trained with YOLOv8 and is capable of detecting cow at a height of 100 meters from large images (resolution > 3000x4000 px).

The model has been trained with YOLOv8 and is able to detect cows from large images divided into several small images (resolution = 640x640 px).

The model has been trained with YOLOv8 and is able to detect sheep at a height of 5 to 10 meters.

The model has been trained with YOLOv8 and is able to detect sheep at a height of 5 to 10 meters. The dataset used to train the model is different from the previous one.

Application

The script uses one of the sheep detection models, then tracks and counts sheep crossing a field on the video.

Authors

Acknowledgments

This project is funded by the European Union, grant ID 101060643.

https://cordis.europa.eu/project/id/101060643

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published