##Group Project for module CS2212 - Programming Challenge II
to make the code work, get the yolov3.weights file from this link, wget https://pjreddie.com/media/files/yolov3.weights and place it inside the openCV-tutorial/yolo-coco directory.
place the video you want to detect objects inside openCV-tutorial/videos directory.
and create a folder named output inside the openCV-tutorial directory.