ClassCal
Input
- class:
- Required: yes
- Type: float16
- Description: class information
- Restriction: NCHW, [N, Anchors * cls_num, H, W]
- heading:
- Required: yes
- Type: float16
- Description: heading information
- Restriction: NCHW, [N, Anchors * 2, H, W]
Attribute
use_sigmoid:
- Required: yes
- Type: bool
- Description: The default value is true, indicating that sigmoid is used. If the value is false, softmax is used.
Output
- class_out:
- Required: yes
- Type: float16
- Description: output of the processed class information
- Restriction: [N, Anchors, class_num, Aligned16(H x W)]
- heading_out:
- Required: yes
- Type: float16
- Description: output of processed heading information
- Restriction: [N, Anchors, 1, Aligned16(H x W)]
Parent topic: Supported Caffe Operators