- pip install -r requirements.txt
- python3 main.py
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 1) This can recognise 91 different objects (Mention in coco.names)
2) No need of GPU to run