1. 19 Dec, 2018 1 commit
  2. 17 Dec, 2018 1 commit
  3. 14 Dec, 2018 1 commit
  4. 12 Dec, 2018 2 commits
  5. 06 Dec, 2018 1 commit
  6. 05 Dec, 2018 1 commit
  7. 04 Dec, 2018 3 commits
  8. 03 Dec, 2018 4 commits
  9. 30 Nov, 2018 9 commits
    • Billy Lamberta's avatar
      Merge pull request #5844 from johnarevalo/patch-1 · 402b561b
      Billy Lamberta authored
      Fix #5814
      402b561b
    • John Arevalo's avatar
      Fix #5814 · 26ee1a2f
      John Arevalo authored
      Comments wrongly say dropout is used
      26ee1a2f
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · a1337e01
      Zhichao Lu authored
      223075771  by lzc:
      
          Bring in external fixes.
      
      --
      222919755  by ronnyvotel:
      
          Bug fix in faster r-cnn model builder. Was previously using `inplace_batchnorm_update` for `reuse_weights`.
      
      --
      222885680  by Zhichao Lu:
      
          Use the result_dict_for_batched_example in models_lib
          Also fixes the visualization size on when eval is on GPU
      
      --
      222883648  by Zhichao Lu:
      
          Fix _unmatched_class_label for the _add_background_class == False case in ssd_meta_arch.py.
      
      --
      222836663  by Zhichao Lu:
      
          Adding support for visualizing grayscale images. Without this change, the images are black-red instead of grayscale.
      
      --
      222501978  by Zhichao Lu:
      
          Fix a bug that caused convert_to_grayscale flag not to be respected.
      
      --
      222432846  by richardmunoz:
      
          Fix mapping of groundtruth_confidences from shape [num_boxes] to [num_boxes, num_classes] when the input contains the groundtruth_confidences field.
      
      --
      221725755  by richardmunoz:
      
          Internal change.
      
      --
      221458...
      a1337e01
    • Sergio Guadarrama's avatar
      Merged commit includes the following changes: · 2c680af3
      Sergio Guadarrama authored
      223150784  by Sergio Guadarrama:
      
          Allow using batch norm scale parameters for Inception models.
      
      --
      221391590  by Sergio Guadarrama:
      
          Add support for group normalization in the object detection API. Just adding MobileNet-v1 SSD currently. This may serve as a road map for other models that wish to support group normalization as an option.
      
      --
      221342582  by Sergio Guadarrama:
      
          Internal change
      
      220817084  by Sergio Guadarrama:
      
          Internal change
      
      216005108  by Sergio Guadarrama:
      
          Introduce hparam `use_bounded_activation` for NASNet. The hparam decides whether to use
          1. bounded activation
          2. clip_by_value for the add operands and bounded activation after add operator.
          3. bounded activation before 'none' and 'pooling' branch
          The restriction on the tensor value range makes it compatible with quantized inference.
      
      --
      
      PiperOrigin-RevId: 223150784
      2c680af3
    • Chris Shallue's avatar
      Merge pull request #5838 from cshallue/master · 5324fc66
      Chris Shallue authored
      Reorganize astronet directory structure
      5324fc66
    • Chris Shallue's avatar
      Add missing forward slash. · 17c2f0cc
      Chris Shallue authored
      PiperOrigin-RevId: 223442581
      17c2f0cc
    • Chris Shallue's avatar
      61c91e90
    • Chris Shallue's avatar
      Rename light_curve_util/ to light_curve/ and light_curve/cc/ to light_curve/fast_ops/. · 9b287eaf
      Chris Shallue authored
      Also fix a few lint errors in unit tests.
      
      PiperOrigin-RevId: 223434695
      9b287eaf
    • Chris Shallue's avatar
      Move shared TensorFlow utilities from astronet/util to tf_util/. · 2a6e342e
      Chris Shallue authored
      PiperOrigin-RevId: 223433850
      2a6e342e
  10. 27 Nov, 2018 2 commits
  11. 26 Nov, 2018 5 commits
    • Menglong Zhu's avatar
      Fix dependency issues (#5815) · 2d9d7943
      Menglong Zhu authored
      * Add a second expected_loss_weights function using an alternative expectation calculation compared to previous. Integrate this op into ssd_meta_arch and losses builder. Affects files that use losses_builder.build to handle the returning of an additional element.
      
      PiperOrigin-RevId: 219190083
      
      * Fix dependency issues.
      
      PiperOrigin-RevId: 222888231
      
      * Update CODEOWNERS 
      
      Add @masonliuw and @yinxiaoli to /research/lstm_object_detection/
      2d9d7943
    • Menglong Zhu's avatar
      Update CODEOWNERS · e7e84293
      Menglong Zhu authored
      Add @masonliuw and @yinxiaoli to /research/lstm_object_detection/
      e7e84293
    • Menglong Zhu's avatar
      Fix dependency issues. · b915db4e
      Menglong Zhu authored
      PiperOrigin-RevId: 222888231
      b915db4e
    • Menglong Zhu's avatar
      Add a second expected_loss_weights function using an alternative expectation... · 8ab3e7a0
      Menglong Zhu authored
      Add a second expected_loss_weights function using an alternative expectation calculation compared to previous. Integrate this op into ssd_meta_arch and losses builder. Affects files that use losses_builder.build to handle the returning of an additional element.
      
      PiperOrigin-RevId: 219190083
      8ab3e7a0
    • Martin Wicke's avatar
      Merge pull request #5603 from dreamdragon/master · 23376e62
      Martin Wicke authored
      Open souring mobile video object detection framework
      23376e62
  12. 21 Nov, 2018 3 commits
  13. 20 Nov, 2018 4 commits
  14. 19 Nov, 2018 3 commits