An open API service indexing awesome lists of open source software.

https://github.com/routayush1/object-detection-yolo-v2

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
https://github.com/routayush1/object-detection-yolo-v2

darkflow darknet deeplearning object-detection python3 tensorflow tensorflow-experiments

Last synced: 2 months ago
JSON representation

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices

Awesome Lists containing this project

README

        

# Object Detection YOLO V2
INPUT
----
![alt text](https://github.com/routayush1/DARKFLOW--YOLO-IMGPROCCESOR/blob/master/DSC04132.JPG)

OUTPUT
----
![alt text](https://github.com/routayush1/DARKFLOW--YOLO-IMGPROCCESOR/blob/master/UTPUT.jpg)

LIBRARY NEEDED
----
![alt text](https://github.com/routayush1/DARKFLOW--YOLO-IMGPROCCESOR/blob/master/LIB%20NEEDED.JPG)
![alt text](https://github.com/routayush1/DARKFLOW--YOLO-IMGPROCCESOR/blob/master/LIB%20NEEDED1.JPG)
Getting started
You can choose one of the following three ways to get started with darkflow.

https://github.com/thtrieu/darkflow

HERE YOU CAN FIND WEIGHTS AND INSTALLATION PROCESS DO NOTE THAT YOU NEED
----
- MICROSOFT VISUAL STUDIO BUILD TOOLS
- NUMPY
- CYTHON
- MATPLOTLIB
- OPENCV-PYTHON
- TENSORFLOW

PIP INSTALL ALL OF THE ABOVE
---