Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.47 KB

README.md

File metadata and controls

63 lines (52 loc) · 1.47 KB

YOLOv3


The implementation of YOLOv3 based on TensorFlow 2.0 and TensorFlow Lite.
License Passing Contributions welcome


Developing environment

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

Packages required

The moudle below is required for the project:

  • TensorFlow
  • Matplotlib
  • NumPy
  • OpenCV

For Mobile & IoT

Under developing!

Get it now

Clone it:

$ git clone https://github.com/Mingqi-Yuan/YOLOv3.git

License

MIT License