config1.ini 447 Bytes
[anchor_parameters]
# Sizes should correlate to how the network processes an image, it is not advised to change these!
sizes   = 64 128 256
# Strides should correlate to how the network strides over an image, it is not advised to change these!
strides = 16 32 64
# The different ratios to use per anchor location.
ratios  = 0.5 1 2 3
# The different scaling factors to use per anchor location.
scales  = 1 1.2 1.6

[pyramid_levels]

levels = 3 4 5