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
@altintashasan
Copy link

Hey @quangnhat185
Thanks a lot, probably you know there is also one python built-in library which has the same name. I am newbie that I havent known utils lib doesnt have detect lp function :) . I would like to special thank you that your medium article is such a nice work.
Have a great day!

@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