https://raw.githubusercontent.com/Cosmic-rare/result-database-jupyter/main/targets/normal.png
https://raw.githubusercontent.com/Cosmic-rare/result-database-jupyter/main/targets/wide.png
https://raw.githubusercontent.com/Cosmic-rare/result-database-jupyter/main/targets/fastlate.png
https://raw.githubusercontent.com/Cosmic-rare/result-database-jupyter/main/targets/target.jpg
$ docker build ./ -t example
$ docker container run -it -d -p host:container --name [container-name] [image-name]
$ docker-compose up
$ docker-compos down
$ python3 -m venv /path/to/new/virtual/environment
$ source <venv>/bin/activate.fish
$ ./venv/bin/activate
$ pip freeze > requirements.txt
$ pip install -r requirements.txt
img = cv2.imread('./img.png')
# numpy.ndarra
img = Image.open('./img.png')
# PIL.Image
# numpy to pillow
pil_img = Image.fromarray(numpy_img)
# pillow to numpy
numpy_img = np.array(pil_img)
- number-6
- number-7
- text-whitelist-6
- text-whitelist-7
- text-6
- text-7