People-tracking-with-Age-and-Gender-detection
People-tracking-with-Age-and-Gender-detection copied to clipboard
A combination between people tracking and age and gender detection
Getting this error: (base) ariv1-mac:People-tracking-with-Age-and-Gender-detection ariv$ python detect_and_tracker.py [INFO] loading models... [INFO] starting video stream... Traceback (most recent call last): File "detect_and_tracker.py", line 93, in overlay_text = "%s, %s" %...
sir can you make a step by step video on youtube please
ERROR: Could not find a version that satisfies the requirement pyimagesearch (from versions: none) ERROR: No matching distribution found for pyimagesearch
### **This is the error** Traceback (most recent call last): File "object_tracker.py", line 87, in blob2 = cv2.dnn.blobFromImage(face_img, 1, (227, 227), MODEL_MEAN_VALUES, swapRB=False) cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:3718: error: (-215:Assertion failed) !ssize.empty()...
this is the following output : File "object_tracker.py", line 69, in detections = net.forward() cv2.error: OpenCV(4.0.0) /io/opencv/modules/dnn/src/layers/convolution_layer.cpp:236: error: (-215:Assertion failed) blobs.size() != 0 in function 'getMemoryShapes' how can i resolve...
The variable gender and age was using before defining because the first 10 frame was skipped at line 83. https://github.com/habom2310/People-tracking-with-Age-and-Gender-detection/issues/6
Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.2.0.32 to 4.8.1.78. Release notes Sourced from opencv-python's releases. 4.8.1.78 OpenCV 4.8.1 release. Important changes: WebP security update for CVE-2023-4863 4.8.0.76 Adds cv2.typing to package. Close #869...