We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607599d commit 067baf1Copy full SHA for 067baf1
research/lstm_object_detection/tflite/utils/ssd_utils.h
@@ -63,7 +63,7 @@ void NonMaxSuppressionMultiClassFast(
63
64
// Similar to NonMaxSuppressionMultiClassFast, but restricts the results to
65
// the provided list of class indices. This effectively filters out any class
66
-// whose index is not in this whitelist.
+// whose index is not in this allowlist.
67
void NonMaxSuppressionMultiClassRestrict(
68
std::vector<int> restricted_class_indices,
69
const protos::BoxCornerEncoding& boxes, const std::vector<float>& scores,
0 commit comments