License-Plate-Number-Detection icon indicating copy to clipboard operation
License-Plate-Number-Detection copied to clipboard

A project where the license plate number is extracted from image of a vehicle using Object detection and Character recognition techniques.

Results 5 License-Plate-Number-Detection issues
Sort by recently updated
recently updated
newest added

google drive link is expired can you reshare it

Hi, I tried opening the Google Drive link to get the weights, but it is not working anymore. Could you please look into it? ![image](https://github.com/pragatiunna/License-Plate-Number-Detection/assets/26803384/6980252f-5033-43eb-90a4-36847e00415e)

![Screenshot from 2023-02-17 15-43-54](https://user-images.githubusercontent.com/77396349/219616874-50479fa4-90e0-4496-b72b-7630beda2602.png)

![Screenshot (17)](https://user-images.githubusercontent.com/125973786/220329092-c42bcad0-95cb-464f-b4c9-c52f5bde3fb0.png) But, if I run your original code as it is with i[0] , then it is only showing "Done Processing" not showing cropped image ![Screenshot (18)](https://user-images.githubusercontent.com/125973786/220329830-da73d1b8-7e61-44bb-88f6-8a87837198e5.png)

IndexError Traceback (most recent call last) [](https://localhost:8080/#) in 15 16 # Runs the forward pass to get output of the output layers ---> 17 outs = net.forward(getOutputsNames(net)) 18 19 #...