Skip to content

Commit 3e8ae6c

Browse files
remove unused experimental tiny yolov2 model and prototxt of ssd_mobilenet from main repo
1 parent 0a46933 commit 3e8ae6c

12 files changed

+173
-21845
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ node_modules
22
.rpt2_cache
33
.env*
44
tmp
5-
weights_uncompressed
5+
proto
6+
weights_uncompressed
7+
weights_unused

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ examples
55
proto
66
weights
77
weights_uncompressed
8+
weights_unused
89
test
910
tools

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const dataFiles = [
44
'test/data/*.json',
55
'test/media/*.mp4',
66
'weights/**/*',
7-
'weights_uncompressed/**/*'
7+
'weights_uncompressed/**/*',
8+
'weights_unused/**/*'
89
].map(pattern => ({
910
pattern,
1011
watched: false,

0 commit comments

Comments
 (0)