Added ssd_keras sub-module
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "src/twomartens/masterthesis/ssd_keras"]
|
||||||
|
path = src/twomartens/masterthesis/ssd_keras
|
||||||
|
url = https://github.com/2martens/ssd_keras
|
||||||
3
setup.py
3
setup.py
@ -35,7 +35,8 @@ setup(
|
|||||||
package_data={},
|
package_data={},
|
||||||
entry_points={},
|
entry_points={},
|
||||||
python_requires="~=3.6",
|
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",
|
license="Apache License 2.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|||||||
1
src/twomartens/masterthesis/ssd_keras
Submodule
1
src/twomartens/masterthesis/ssd_keras
Submodule
Submodule src/twomartens/masterthesis/ssd_keras added at a20b696569
Reference in New Issue
Block a user