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 067baf1 commit e5eca36Copy full SHA for e5eca36
research/lstm_object_detection/tflite/protos/mobile_ssd_client_options.proto
@@ -37,10 +37,10 @@ message ClientOptions {
37
// The threshold on intersection-over-union used by non-maxima suppression.
38
optional float iou_threshold = 5 [default = 0.3];
39
40
- // Optional whitelist of class names. If non-empty, detections whose class
+ // Optional allowlist of class names. If non-empty, detections whose class
41
// name is not in this set will be filtered out. Duplicate or unknown class
42
// names are ignored.
43
- repeated string class_name_whitelist = 6;
+ repeated string class_name_allowlist = 6;
44
45
// SSD in single class agnostic model.
46
optional bool agnostic_mode = 7 [default = false];
0 commit comments