The implementation of YOLOv3 based on TensorFlow 2.0 and TensorFlow Lite.
| TensorFlow version | 2.0(stable) |
|---|---|
| Platform | Ubuntu 18.04 LTS |
| Python version | 3.6 |
| gcc | gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 |
| g++ | g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 |
| cmake | cmake version 3.10.2 |
| opencv | 3.2.0 |
The moudle below is required for the project:
- TensorFlow
- Matplotlib
- NumPy
- OpenCV
Under developing!
Clone it:
$ git clone https://github.com/Mingqi-Yuan/YOLOv3.git 
