Home

Awesome

Flowchart-Detection

Detecting hand drawn flowcharts using Tensorflow Object Detection API

This repository uses Tensorflow Object Detection API for detecting hand drawn flowcharts. The dataset images are located in the folder models/research/object_detection/images/test

I have used the Faster-RCNN Inceptionv2 model for detecting the flowcharts.

Output

Output

Screenshot_20190416_085315 Screenshot_20190416_085356

Running Locally

NOTE: OpenCV is needed for displaying the image. It can be installed using pip install opencv-python