Metadata-Version: 2.1
Name: yolov3
Version: 1.6
Summary: Keras(TF backend) implementation of yolo v3 objects detection. 
Home-page: UNKNOWN
Author: qingtian
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.14.4)
Requires-Dist: tensorflow (==1.9.0)
Requires-Dist: Keras (==2.1.3)
Requires-Dist: opencv-python (==4.1.0.25)

# 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
```

