Skip to the content.
English 한국어 日本語 Tiếng Việt

Python サンプル

https://github.com/bobhyun/TS-ANPR/tree/main/examples/Python/anpr

1. エンジンファイルのコピー

【参考】 この例では、他のサンプルとエンジンファイルを共有するために examples/bin/ ディレクトリに展開しますが、実際の配布時には通常、アプリケーションの実行ファイルがあるディレクトリにエンジンファイルをコピーします。

2. 実行方法

  1. 依存関係のインストール

    pip install opencv-python
    
  2. anpr の実行

    python anpr.py
    
  3. webcam の実行

    python webcam.py