PoolingMethod Enumeration¶
Namespace: id3.Face
Definition¶
Enumerates the possible pooling methods for template agregration in the FaceTracker module.
Fields¶
Name |
Value |
Description |
|---|---|---|
|
0 |
Average pooling method. Merges instances (scores, templates, etc) into one. |
|
1 |
Maximum pooling method. Selects best instance according to a given metric. |