Skip to content

Commit 692f740

Browse files
committed
tf 2.0 wip
1 parent e8c15c2 commit 692f740

File tree

321 files changed

+65
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+65
-71
lines changed

cnn_models/models.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"mobilenet_v1_1_0_quant": {"status": 100, "image_height": 120, "image_width": 160, "output_layer":"final_result"}}
1+
{"test_model_1": {"status": 0, "image_height": "128", "image_width": "128", "output_layer": "final_result"}, "mobilenet_v1_1_0_quant": {"status": 100, "image_height": 120, "output_layer": "final_result", "image_width": 160}}

cnn_train.py

Lines changed: 61 additions & 62 deletions
Large diffs are not rendered by default.

requirements_stub.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Flask==1.1.1
1414
Flask-Babel==0.12.2
1515
Flask-Cors==3.0.8
1616
gast==0.2.0
17-
grpcio==1.15.0
17+
grpcio==1.25.0
1818
idna==2.6
1919
inflection==0.3.1
2020
itsdangerous==0.24
@@ -35,13 +35,6 @@ requests==2.20.0
3535
six==1.11.0
3636
smbus2==0.2.0
3737
swagger-spec-validator==2.3.1
38-
<<<<<<< HEAD
39-
#tensorboard==1.11.0
40-
#tensorflow==1.11.0
41-
=======
42-
tensorboard==1.14.0
43-
tensorflow==1.14.0
44-
>>>>>>> develop
4538
termcolor==1.1.0
4639
tinydb==3.12.1
4740
urllib3==1.24.2

saved_photos/photos/0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
placeholder

saved_photos/photos/DSC100.jpg

56.3 KB

saved_photos/photos/DSC101.jpg

56.3 KB

saved_photos/photos/DSC102.jpg

56.3 KB

saved_photos/photos/DSC103.jpg

56.3 KB

saved_photos/photos/DSC104.jpg

56.3 KB

saved_photos/photos/DSC106.jpg

56.3 KB

0 commit comments

Comments
 (0)