Skip to content

Commit e5eca36

Browse files
authored
Respectful code cleanup. (tensorflow#9731)
1 parent 067baf1 commit e5eca36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/lstm_object_detection/tflite/protos/mobile_ssd_client_options.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ message ClientOptions {
3737
// The threshold on intersection-over-union used by non-maxima suppression.
3838
optional float iou_threshold = 5 [default = 0.3];
3939

40-
// Optional whitelist of class names. If non-empty, detections whose class
40+
// Optional allowlist of class names. If non-empty, detections whose class
4141
// name is not in this set will be filtered out. Duplicate or unknown class
4242
// names are ignored.
43-
repeated string class_name_whitelist = 6;
43+
repeated string class_name_allowlist = 6;
4444

4545
// SSD in single class agnostic model.
4646
optional bool agnostic_mode = 7 [default = false];

0 commit comments

Comments
 (0)