Taka-Kazu / tflite_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirement

  • Docker (>=19.03)
  • docker-compose

Setup

  • Download pretrained model and label file to the root of this project

  • Prepare video file or device (python main.py -h for detail)

  • Build and run docker container

$ make build
$ make run
# in docker container
$ python main.py

About

License:Apache License 2.0


Languages

Language:Python 91.2%Language:Dockerfile 6.0%Language:Makefile 2.8%