Unverified Commit 067baf13 authored by Yongzhe Wang's avatar Yongzhe Wang Committed by GitHub
Browse files

Respectful code cleanup. (#9732)

parent 607599d3
......@@ -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 whitelist.
// whose index is not in this allowlist.
void NonMaxSuppressionMultiClassRestrict(
std::vector<int> restricted_class_indices,
const protos::BoxCornerEncoding& boxes, const std::vector<float>& scores,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment