Skip to content

Implementation of the ConvNet YOLO lagorithm for objects detection in images. Use Keras + Tensorflow.

Notifications You must be signed in to change notification settings

bbouffaut/yolo_tensorflow_objects_detection

Repository files navigation

YOLO Algorithm Implementation with Keras & Tensorflow

The project implements Convolutional Deep Neural Network (ConvNet) You Only Look Once (YOLO) algorithm. It is based on a Keras + TensorFlow trained model.

Prerequisites

The project requires Keras + TensorFlow. There is also an HTTP Streaming version that displays annotated images in streaming mode. Thus it also requires Flask.

Installing

Clone the GitHub repository to install the project. It is possible to run the project on RasperryPi also. In this case, main file shall be updated to launch RaspberryPi camera.

Running the script

Run in console mode:

python main_cv2_drawing.py

Run in streaming mode:

python main_flask_server.py

About

Implementation of the ConvNet YOLO lagorithm for objects detection in images. Use Keras + Tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published