"docs/source/vscode:/vscode.git/clone" did not exist on "7d0d7fd7a940df94a12e9c1853eec7e42ab6ee80"
Unverified Commit e5eca36a authored by Yongzhe Wang's avatar Yongzhe Wang Committed by GitHub
Browse files

Respectful code cleanup. (#9731)

parent 067baf13
......@@ -37,10 +37,10 @@ message ClientOptions {
// The threshold on intersection-over-union used by non-maxima suppression.
optional float iou_threshold = 5 [default = 0.3];
// Optional whitelist of class names. If non-empty, detections whose class
// Optional allowlist of class names. If non-empty, detections whose class
// name is not in this set will be filtered out. Duplicate or unknown class
// names are ignored.
repeated string class_name_whitelist = 6;
repeated string class_name_allowlist = 6;
// SSD in single class agnostic model.
optional bool agnostic_mode = 7 [default = false];
......
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