ytfeng's picture
Add example outputs and display in README (#59)
237ca2e
|
raw
history blame
662 Bytes
# License Plate Detection with YuNet
This model is contributed by Dong Xu (徐栋) from [watrix.ai](watrix.ai) (银河水滴).
Please note that the model is trained with Chinese license plates, so the detection results of other license plates with this model may be limited.
## Demo
Run the following command to try the demo:
```shell
# detect on camera input
python demo.py
# detect on an image
python demo.py --input /path/to/image
```
### Example outputs
![lpd image1](./examples/result-4.jpg)
## License
All files in this directory are licensed under [Apache 2.0 License](./LICENSE)
## Reference
- https://github.com/ShiqiYu/libfacedetection.train