LP_recognition icon indicating copy to clipboard operation
LP_recognition copied to clipboard

RILP: Robust Iranian License Plate Recognition Designed for Complex Conditions

Results 5 LP_recognition issues
Sort by recently updated
recently updated
newest added

Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.1.post2 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.17 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

from below code: how resolve it? `def find_corners(poly): if len(poly) 2: box.append(poly[i - 1]) prev_slope = slope box.append(poly[-1]) return np.array(box)`

Hi, i got error like below after process 5 images in module 2 RuntimeError: CUDA out of memory. Tried to allocate 12.50 MiB (GPU 0; 10.92 GiB total capacity; 8.57...