Borda / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend) a successor of qqwweee/keras-yolo3
MIT License
31 stars 10 forks source link

center random augmentations #27

Closed johanmodin closed 5 years ago

johanmodin commented 5 years ago

_rand(1 / x, x) will not be centered around 1 which in this case results in that the average augmented data point strays further from the underlying data the greater the augmentation.

Borda commented 5 years ago

Thx, good catch.

codecov[bot] commented 5 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 100%.

@@         Coverage Diff          @@
##           master   #27   +/-   ##
====================================
  Coverage      74%   74%           
====================================
  Files           6     6           
  Lines         846   846           
====================================
  Hits          622   622           
  Misses        224   224