alpr-unconstrained
alpr-unconstrained copied to clipboard
License Plate Detection and Recognition in Unconstrained Scenarios
Thank u so much for displaying such an amazing project! But I would like to ask if I can change the input 'dim' of script 'train-detector.py' ,because I need to...
My env is: RTX 2080ti,CUDA 10 and opencv3.4 with python3.6. I compile darknet successfully,but when I run script run.sh.I got this error,some who encountered?or know how to fix? error: run.sh:...
when use WPOD Network with video , cpu usage reach to 90% ! my cpu is : intel i7-6700 HQ my gpu is : Geforce Gtx 960m this is due...
Traceback (most recent call last): File "vehicle-detection.py", line 6, in import darknet.python.darknet as dn File "D:\alpr-unconstrained-master\alpr-unconstrained-master\darknet\python\darknet.py", line 48, in lib = CDLL("darknet/libdarknet.so", RTLD_GLOBAL) File "C:\Users\User\Anaconda3\envs\tens\lib\ctypes\__init__.py", line 356, in __init__ self._handle...
Hi, I'm interested in making the license plate detector work on low-grade hardware. I was wondering if it is possible (or if you have already experimented with) using something like...
How do I test input batch images? Firstly, thank you very much for your powerful job. I have a doubt, how do I test input batch images? I find that,...
File "/home/zhaolzlz/Desktop/alpr-unconstrained/darknet/python/darknet.py", line 127, in detect im = load_image(image, 0, 0) ctypes.ArgumentError: argument 1: : wrong type Excuse me, why is there a type error here
i can't understaned why we shuld scaling by 1/a (a=7.75) i understand how to get alpa (40+208)/2:16=7.75 why we can't using Amn without alpa?
why not directly predict coordinates of four corner points?
I want to know why the two formulas Tmn, Amn and α are so designed.