# BOUNDING\_BOX\_FILTER

| Configs         | Descriptions                                                                                                                          |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| keepOtherValues | If `true`, other data key and values from the previous step are kept and passed on to the next step as well. Default value is `true`. |
| classesToKeep   | A list of class labels for which bounding boxes will be drawn.                                                                        |
| inputName       | Input name where the all bounding box are be contained in. Default value is `input`.                                                  |
| outputName      | Output key name where the bounding box will be contained in. Default value is `bounding_box`.                                         |
