arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
656 stars 126 forks source link

yolo v4 #42

Closed wDove1 closed 3 years ago

wDove1 commented 3 years ago

I have made some changes which I believe add support for yolo v4 and I have also added some docstrings and type hinting. I do not see any issues with the yolo v4 or docstrings but the type hinting may limit backwards compatibility with some versions of python

wDove1 commented 3 years ago

39 This adds yolo v4 hopefully