1. 28 1月, 2019 1 次提交
  2. 22 9月, 2018 2 次提交
  3. 21 9月, 2018 2 次提交
  4. 12 7月, 2018 1 次提交
  5. 05 6月, 2018 2 次提交
  6. 16 4月, 2018 1 次提交
  7. 09 4月, 2018 1 次提交
  8. 07 4月, 2018 2 次提交
    • W
      Add pad64 mode to resize_image() · 48a25fd4
      Waleed Abdulla 提交于
      This is useful to run prediction on images of
      variable sizes without resizing them to a fixed
      size. While using mode=“none” is another option,
      it requires that you pre-process your images to
      ensure the width and height are multiples of 64.
      This mode handles that automatically.
      48a25fd4
    • J
      refactor structure · 451d738a
      jirka 提交于
      * create package mrcnn
      * move notebooks to samples
      451d738a
  9. 06 4月, 2018 3 次提交
  10. 04 4月, 2018 1 次提交
    • W
      Clean up mage resizing code. · bec48231
      Waleed Abdulla 提交于
      This doesn’t change the functionality, other than
      cleaning up the code to prepare for future changes
      to support detection on different image sizes.
      bec48231
  11. 02 4月, 2018 2 次提交
  12. 27 3月, 2018 1 次提交
  13. 16 3月, 2018 1 次提交
  14. 26 11月, 2017 2 次提交
    • W
      Training optimizations. · de3ad95c
      Waleed Abdulla 提交于
      * Remove dropout layer. Unnecessary.
      * Reduce anchor stride from 2 to 1
      * Increase training proposals to 200/image
      * Reduce pre-NMS limit to 6000
      * Improve computing proposal post:neg ratio
      * Updated COCO training schedule
      de3ad95c
    • W
      Reduce base learning rate to 0.001. · e291af39
      Waleed Abdulla 提交于
      Reduces odds of weight explosion.
      e291af39
  15. 11 11月, 2017 1 次提交
  16. 06 11月, 2017 1 次提交
  17. 02 11月, 2017 1 次提交