Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
e5eca36a
Unverified
Commit
e5eca36a
authored
Feb 21, 2021
by
Yongzhe Wang
Committed by
GitHub
Feb 21, 2021
Browse files
Respectful code cleanup. (#9731)
parent
067baf13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/lstm_object_detection/tflite/protos/mobile_ssd_client_options.proto
...t_detection/tflite/protos/mobile_ssd_client_options.proto
+2
-2
No files found.
research/lstm_object_detection/tflite/protos/mobile_ssd_client_options.proto
View file @
e5eca36a
...
@@ -37,10 +37,10 @@ message ClientOptions {
...
@@ -37,10 +37,10 @@ message ClientOptions {
// The threshold on intersection-over-union used by non-maxima suppression.
// The threshold on intersection-over-union used by non-maxima suppression.
optional
float
iou_threshold
=
5
[
default
=
0.3
];
optional
float
iou_threshold
=
5
[
default
=
0.3
];
// Optional
white
list of class names. If non-empty, detections whose class
// Optional
allow
list of class names. If non-empty, detections whose class
// name is not in this set will be filtered out. Duplicate or unknown class
// name is not in this set will be filtered out. Duplicate or unknown class
// names are ignored.
// names are ignored.
repeated
string
class_name_
white
list
=
6
;
repeated
string
class_name_
allow
list
=
6
;
// SSD in single class agnostic model.
// SSD in single class agnostic model.
optional
bool
agnostic_mode
=
7
[
default
=
false
];
optional
bool
agnostic_mode
=
7
[
default
=
false
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment