Added visualise task

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-02 11:13:38 +02:00
parent b79ba0bea4
commit 360f84f954
3 changed files with 66 additions and 1 deletions

View File

@ -39,7 +39,7 @@ setup(
},
python_requires="~=3.6",
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", "opencv-python", "scikit-learn", "tqdm",
"beautifulsoup4", "matplotlib", "protobuf", "imutils"],
"beautifulsoup4", "matplotlib", "protobuf", "imutils", "matplotlib"],
license="Apache License 2.0",
classifiers=[
"Operating System :: OS Independent",