smaranjitghose / DeepPixel

An open-source Python package for making computer vision and image processing simpler
MIT License
22 stars 37 forks source link

Object detect #66

Closed jhalak27 closed 4 years ago

jhalak27 commented 4 years ago

For issue #32 Added YOLOv3 object detection in image, video and real-time webcam. In this, I have used opencv for video, but will change it using imutils.

smaranjitghose commented 4 years ago

@jhalak27 could you please fork the repo once more or make sure your master is up to date with this one and then give a Pull Request

Also, please put your work inside a subdirectory object_detection inside deeppixel directory

This is because there are multiple merge conflicts in this pull request