Skip to content

This project is using computer vision to calculate the respiration rate of lying dairy cows. By analyzing the difference in average pixel intensity in annotated bounding boxes and performing Fast Fourier Transform to select the most prevalent data, this model predicts the number of times a cow breathed in a 30-second interval.

RaphaelMantovani/Respiration-Rate-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Respiration-Rate-Project

This project is using computer vision to calculate the respiration rate of lying dairy cows. By analyzing the difference in average pixel intensity in annotated bounding boxes and performing Fast Fourier Transform to select the most prevalent data, this model predicts the number of times a cow breathed in a 30-second interval. The frame_capture.py file was used to save a frame from each saved test video, while the respiration_rate_automated.py is the model used to predict each cow's respiration rate. All directories are based on my computer. An example of video frame, average pixel intensity, and cleaned and predicted data is as follows:

CAM11_video1_Trim_Moment pixel_intensity_test_data find_peaks_test2

About

This project is using computer vision to calculate the respiration rate of lying dairy cows. By analyzing the difference in average pixel intensity in annotated bounding boxes and performing Fast Fourier Transform to select the most prevalent data, this model predicts the number of times a cow breathed in a 30-second interval.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages