donnguyen / UIT-ANPR

ANPR system on Android Smartphone
89 stars 59 forks source link

Licence #1

Closed tombou closed 11 years ago

tombou commented 11 years ago

What is the licence type you use? It's apache 2.0 or lgpl or gpl? In fact, I want ANPR in my commercial app for a input text method.

Thank for your great code!

donnguyen commented 11 years ago

We use OpenCV for Android on this project so I'm about to release this source under a BSD license so it’s free for both academic and commercial use.

tombou commented 11 years ago

This is great! I have another question for you. Did you work on Canada license plate? I saw some comments on youtube videos that you will try to work on this problem. Otherwise, what is the method for learning the plates to the neural network?

Thank you again!

donnguyen commented 11 years ago

Hi, No, I did. And I will publish an article about neural network training. But first, you can learn about haar-training (opencv).

ECK7 commented 10 years ago

Hi Don, please, can you publish some info or article about neyral network training?