1. 04 2月, 2019 1 次提交
  2. 28 1月, 2019 2 次提交
  3. 22 1月, 2019 1 次提交
  4. 28 10月, 2018 5 次提交
    • M
      Fix typo "ceate" to "create" · a0a2aa00
      mowoe 提交于
      Fix typo "ceate" to "create"
      a0a2aa00
    • keineahnung2345's avatar
      [Bug fix]compute_overlaps_masks · 4c08252c
      keineahnung2345 提交于
      In compute_overlaps_masks(), the code checking the shape of masks1 and masks2 is not correct.
      1. It should check masks' last dimension instead of first dimension to determine whether it's empty or not
      2. When masks1 or masks2 is empty, it should return a zero array of shape (masks1.shape[-1], masks2.shape[-1])
      4c08252c
    • M
      Fix #551 · 8a09a750
      marluca 提交于
      Valid index 0 is not regarded, leading to possibly more prediction_matches than grountruh_matches and recall values higher than 1.
      8a09a750
    • keineahnung2345's avatar
      [Bug fix] · a8e674cc
      keineahnung2345 提交于
      In current version of log(), when you pass a zero size array, it will throw an error:
      `ValueError: Unknown format code 'f' for object of type 'str'`.
      This PR fixes it.
      a8e674cc
    • keineahnung2345's avatar
      [Bug fix] tf.boolean_mask cannot accept name=None · b62df992
      keineahnung2345 提交于
      pass name=None to tf.boolean_mask will lead to ValueError: At least one of name (None) and default_name (None) must be provided.
      b62df992
  5. 29 9月, 2018 3 次提交
  6. 28 9月, 2018 7 次提交
  7. 22 9月, 2018 4 次提交
  8. 21 9月, 2018 12 次提交
  9. 13 7月, 2018 2 次提交
  10. 12 7月, 2018 3 次提交