First commit
This commit is contained in:
parent
8dc8759b81
commit
314761bf9e
15 changed files with 1686 additions and 0 deletions
23
guida.txt
Normal file
23
guida.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
You should install followings first for use this script.
|
||||
|
||||
windows 10:
|
||||
pip install imutils
|
||||
pip install numpy
|
||||
pip install opencv-python
|
||||
pip install pillow
|
||||
pip install pytesseract
|
||||
|
||||
|
||||
altro:
|
||||
pip install csv
|
||||
pip install numpy
|
||||
pip install python-opencv
|
||||
pip install os
|
||||
pip install argparse
|
||||
|
||||
|
||||
Then run code as following:
|
||||
|
||||
python det.py -d ./images/onlus -c onlus.csv
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue