Skip to content

ParthBarse/Object-Recognistion-Basic

Repository files navigation

Object-Recognistion-Basic

How to run -

  1. pip install -r requirements.txt
  2. python3 main.py

Settings -

Line 6 >> thresh = 0.5 #To change threshold value
Line 8 >> cap = cv2.VideoCapture(1) #Change the value of 1 according to your camera video input (For Integrated Webcam value maybe 0)
Line 9 >> cap.set(3, 640) #To change size of the capturing window
Line 10 >> cap.set(4, 480) #To change size of the capturing window

Features -

1) This can recognise 91 different objects (Mention in coco.names)
2) No need of GPU to run

Screenshots -

Screenshot from 2022-02-06 02-35-28

Screenshot from 2022-02-06 02-36-23

Screenshot (226)

Screenshot (229)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages