Ask Your Question

deeptech's profile - activity

2019-07-15 04:29:55 -0600 commented question i want to detect and count people when they comes inside in rectangle area in opencv caffemodel python

rect = [(320, 40), (200, 350)] print(rect[1]) rectangle = cv2.rectangle(frame, rect[0], rect[1], (0, 255, 0), 3)

2019-07-14 03:49:57 -0600 asked a question i want to detect and count people when they comes inside in rectangle area in opencv caffemodel python

i want to detect and count people when they comes inside in rectangle area in opencv caffemodel python i have currently