Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.09 KB

FlaskObjectDetection - TensorFlow

Project

  • This project is worked with tools tensorflow version 1,
  • When you install tensorflow v2, the project is already updated to directly call the tools of version 1

Run Project

Install requirements
pip install -r requirements.txt
  • Create folder ssd_mobilenet_v1_coco_11_06_2017
mkdir ssd_mobilenet_v1_coco_11_06_2017
  • Copy frozen_inference_graph.pb and paste in folder ssd_mobilenet_v1_coco_11_06_2017
Run flask
flask run

Using

Tests