Metadata-Version: 2.1
Name: yolov3
Version: 1.2
Summary: Keras(TF backend) implementation of yolo v3 objects detection. 
Home-page: UNKNOWN
Author: qingtian
Author-email: 
License: UNKNOWN
Description: # YOLOv3
        Keras(TF backend) implementation of yolo v3 objects detection. 
        
        
        ## Requirement
        - OpenCV 3.4
        - Python 3.6    
        - Tensorflow-gpu 1.5.0  
        - Keras 2.1.3
        
        
        ### 安装
        
        ```
        $ pip install yolov3
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
