Skip to content

Instantly share code, notes, and snippets.

View barrettjason74's full-sized avatar
🏠
Working from home

Jason Barrett barrettjason74

🏠
Working from home
View GitHub Profile
# Code adapted from:
# https://www.pyimagesearch.com/2018/08/20/opencv-text-detection-east-text-detector/
# USAGE
# python text_detection_video.py --east east_model_float16.tflite
# import the necessary packages
from imutils.video import VideoStream
from imutils.video import FPS
from imutils.object_detection import non_max_suppression
import tensorflow as tf