Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cccorn committed Apr 10, 2020
1 parent 30cd062 commit e937413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.py
Expand Up @@ -10,7 +10,7 @@
warmup_factor=0.33333333

train_img_size=512
test_img_size=[500,833] #(size of smallest side, maximum size of the side)
test_img_size=[500,833] #(size of the shorter side, maximum size of the side)

anchor_ratios=np.array([0.5,1.0,2.0])
anchor_scales=np.array([2**0,2**(1.0/2.0)])
Expand Down

0 comments on commit e937413

Please sign in to comment.