Skip to content

Instantly share code, notes, and snippets.

View Ellen-Tuane's full-sized avatar

Ellen Tuane Ellen-Tuane

View GitHub Profile
@Ellen-Tuane
Ellen-Tuane / video_save.py
Created March 9, 2021 16:36 — forked from imamdigmi/video_save.py
TensorFlow object detection with video and save the output using OpenCV
"""
This notebook will demontrate a pre-trained model to recognition plate number in an image.
Make sure to follow the [installation instructions](https://github.com/imamdigmi/plate-number-recognition#setup) before you start.
"""
import numpy as np
import os
import six.moves.urllib as urllib
import sys
import tarfile
import tensorflow as tf