Drowning-Detector
Drowning-Detector copied to clipboard
Using YOLO object detection, this program will detect if a person is drowning. This project is still a work in progress, so it can only be implemented with a computer's webcam, and doesn't work comple...
Dataset
Can you share the dataset you used for training and validation?
I get the above error in object_detection.py in the below line output_layers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()] which is in def get_output_layers(net):
Hi, Trying to run this on a pi4 using a picam v2 but i am getting the following errors: [ WARN:0] global /home/pi/opencv/modules/videoio/src/cap_gstreamer.cpp (1825) handleMessage OpenCV | GStreamer warning: Embedded...
install
i try to install and run it but i cant any help plz
when im running your procedure,there is something wrong,i want some help. plz : File "G:\python-learning\Drowning-Detector-master\DrownDetect.py", line 40, in bbox, label, conf = cv.detect_common_objects(frame) File "G:\python-learning\Drowning-Detector-master\cvlib\object_detection.py", line 112, in detect_common_objects outs...
Traceback (most recent call last): File "/content/Drowning-Detector/DrownDetect.py", line 40, in bbox, label, conf = cv.detect_common_objects(frame) File "/content/Drowning-Detector/cvlib/object_detection.py", line 112, in detect_common_objects outs = net.forward(get_output_layers(net)) File "/content/Drowning-Detector/cvlib/object_detection.py", line 36, in get_output_layers...
I'm using 4.2, which doeen't work. It's not the same version as the pretrained model