FilterGreaterThan
Input
argmax_score:
- Required: yes
- Type: float16
- Description: confidence after argmax
- Restriction: NCHW
Attribute
scorethresh:
- Required: no
- Type: float32
- Description: confidence threshold
- Restriction: defaultValue=1
Output
output_filer:
- Required: yes
- Type: float16
- Description: confidence after filtering
- Restriction: NCHW
output_cnt:
- Required: yes
- Type: int32
- Description: number of outputs within the threshold range
- Restriction: NCHW
Parent topic: Supported Caffe Operators