Skip to content

Commit 9f02f46

Browse files
committed
wip #63
1 parent ee128fe commit 9f02f46

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ logs/*.log.*
4747
# User programs
4848
data/*.data
4949

50+
# CNN Models
51+
models/*
52+
5053
# Tutorial
5154
static/blockly-tutorial
5255

camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self):
7474
if (PHOTO_PREFIX in filename or VIDEO_PREFIX in filename) and PHOTO_THUMB_SUFFIX not in filename:
7575
self._photos.append(filename)
7676

77-
self._cnn_classifier = CNNClassifier("models/applekiwi.pb", "models/applekiwi.txt", "input", "final_result", 128, 128, 0.0, 255.0)
77+
self._cnn_classifier = CNNClassifier("cnn_models/applekiwi.pb", "cnn_models/applekiwi.txt", "input", "final_result", 128, 128, 0.0, 255.0)
7878

7979
super(Camera, self).__init__()
8080

Binary file not shown.
File renamed without changes.

models/mobilenet_25_128_q.pb

-932 KB
Binary file not shown.

models/mobilenet_25_128_q.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

test.jpeg

-5.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)