/iHack-Hackathon

Primary LanguagePythonMIT LicenseMIT

iHack-Hackathon

Download yolo.weights file from http://pjreddie.com/media/files/yolo.weights and paste it in the master branch

Steps to run the project:

1.Install cv2,numpy libraries for python 3.6
2.Paste the training images in the 'input_images' folder.
3.Transfer the test images with names 'test0','test1' and so on in the main directory.
4.Run 'output.py' file from the terminal.
5.Output image with a rectangled boundary with it's name will be displayed.