fix ConverterMasked.py,

changing requirements
changing device.py ENV vars
This commit is contained in:
iperov 2019-03-07 19:48:12 +04:00
parent c3eea0cf98
commit 5587c93e01
7 changed files with 28 additions and 40 deletions

View file

@ -1,5 +1,5 @@
from pathlib import Path
from scandir import scandir
from os import scandir
image_extensions = [".jpg", ".jpeg", ".png", ".tif", ".tiff"]