Harshav Kumar

Results 6 comments of Harshav Kumar

[Line 58 in Deploy.py]: This line convert the image in BGR (if we read the webcam by OpenCV) to the net input. If our OpenCV does not use GPU to...

sorry for such a late reply, yes I am able to do so!! using the above steps

This error is due to ffmpeg not installed. Install ffmpeg on [windows ](https://m.wikihow.com/Install-FFmpeg-on-Windows) or [ubuntu](https://linuxize.com/post/how-to-install-ffmpeg-on-ubuntu-18-04)

Darknet19 is used for localization of human in an implicit way like human recognition system.

This error is due to the version of the OpenCV library where cv2.findContours might have changed, I have updated the requirements.txt and tested, working fine! Kindly pull and install those...

Simple change In read_data() to:===> code = fname.split("\\")[1][9:16] p = fname.split("\\")[1][17] == '1'