Added ssd_keras sub-module
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
3
setup.py
3
setup.py
@ -35,7 +35,8 @@ setup(
|
||||
package_data={},
|
||||
entry_points={},
|
||||
python_requires="~=3.6",
|
||||
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy"],
|
||||
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", 'opencv-python', 'scikit-learn', 'tqdm',
|
||||
'beautifulsoup4'],
|
||||
license="Apache License 2.0",
|
||||
classifiers=[
|
||||
"Operating System :: OS Independent",
|
||||
|
||||
Reference in New Issue
Block a user