Skip to content

Instantly share code, notes, and snippets.

@quangnhat185
Last active July 29, 2020 09:35
Show Gist options
  • Save quangnhat185/5f73f693c0b0e820bdb4d8f542f70ea5 to your computer and use it in GitHub Desktop.
Save quangnhat185/5f73f693c0b0e820bdb4d8f542f70ea5 to your computer and use it in GitHub Desktop.
Detection License Plate with Wpod-Net
import cv2
import numpy as np
import matplotlib.pyplot as plt
from local_utils import detect_lp
from os.path import splitext, basename
from keras.models import model_from_json
import glob
%matplotlib.inline
@quangnhat185
Copy link
Author

Thank for your feedback. I have change utils.py to local_ultis.py to avoid the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment