You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bother you. As a beginner, I have been confused by the setting of numbers of anchors. In cfg, IS_MULTISCALE = False, and __C.TRAIN.ASPECTS = (1, 0.75, 0.5, 0.25) was commented. Why choosing A = len() * 3 as the numbers of anchors in lib/networks/VGGnet_train.py in line 51-54?
The text was updated successfully, but these errors were encountered:
Sorry to bother you. As a beginner, I have been confused by the setting of numbers of anchors. In cfg, IS_MULTISCALE = False, and __C.TRAIN.ASPECTS = (1, 0.75, 0.5, 0.25) was commented. Why choosing A = len() * 3 as the numbers of anchors in lib/networks/VGGnet_train.py in line 51-54?
The text was updated successfully, but these errors were encountered: