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
- Host: GitHub
- URL: https://github.com/routayush1/object-detection-yolo-v2
- Owner: routayush1
- Created: 2019-01-12T07:59:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T15:40:43.000Z (about 5 years ago)
- Last Synced: 2025-02-13T18:49:28.366Z (4 months ago)
- Topics: darkflow, darknet, deeplearning, object-detection, python3, tensorflow, tensorflow-experiments
- Language: Python
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Detection YOLO V2
INPUT
----
OUTPUT
----
LIBRARY NEEDED
----


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
- TENSORFLOWPIP INSTALL ALL OF THE ABOVE
---