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
067baf13
Unverified
Commit
067baf13
authored
Feb 21, 2021
by
Yongzhe Wang
Committed by
GitHub
Feb 21, 2021
Browse files
Respectful code cleanup. (#9732)
parent
607599d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/lstm_object_detection/tflite/utils/ssd_utils.h
research/lstm_object_detection/tflite/utils/ssd_utils.h
+1
-1
No files found.
research/lstm_object_detection/tflite/utils/ssd_utils.h
View file @
067baf13
...
...
@@ -63,7 +63,7 @@ void NonMaxSuppressionMultiClassFast(
// Similar to NonMaxSuppressionMultiClassFast, but restricts the results to
// the provided list of class indices. This effectively filters out any class
// whose index is not in this
white
list.
// whose index is not in this
allow
list.
void
NonMaxSuppressionMultiClassRestrict
(
std
::
vector
<
int
>
restricted_class_indices
,
const
protos
::
BoxCornerEncoding
&
boxes
,
const
std
::
vector
<
float
>&
scores
,
...
...
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