Skip to content

First try on recognition libraries using

License

Notifications You must be signed in to change notification settings

pidtchay/PetRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the project, you must first install:

After installing all necessary dependencies:

  • Copy the file pet_recognition.py to the directory with the Mask R-CNN
  • Create a test_images directory
  • Add to the directory test_images video file on which you want to recognize the cat
  • Change the video source file path in the VIDEO_SOURCE in the pet_recognition.py
  • run the script through a terminal or console command

Linux

python3 pet_recognition.py

Windows

python pet_recognition.py

What result is expected:

  • the video stream starts and breaks into frames
  • the neural network searches for a pet at each frame (the first appearance of the pet on the video and its subsequent movements are taken into account)
  • Count the number of frames on which there is no pet.
  • notification of the appearance in the frame of a pet
  • notification of pet leaving the frame

About

First try on recognition libraries using

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages