Enum NeckType
Neck architecture types for multi-scale feature fusion.
public enum NeckType
Fields
BiFPN = 2BiFPN - Bidirectional Feature Pyramid Network.
FPN = 0FPN - Feature Pyramid Network.
PANet = 1PANet - Path Aggregation Network.
Neck architecture types for multi-scale feature fusion.
public enum NeckType
BiFPN = 2BiFPN - Bidirectional Feature Pyramid Network.
FPN = 0FPN - Feature Pyramid Network.
PANet = 1PANet - Path Aggregation Network.