Added ssd_keras sub-module

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-03-19 17:21:09 +01:00
parent be4ee74537
commit 262a36a68b
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/twomartens/masterthesis/ssd_keras"]
path = src/twomartens/masterthesis/ssd_keras
url = https://github.com/2martens/ssd_keras

View File

@ -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",

@ -0,0 +1 @@
Subproject commit a20b6965698a4442df46b5cf0944e0465796732b