1. 04 Dec, 2018 1 commit
  2. 30 Nov, 2018 4 commits
  3. 27 Nov, 2018 2 commits
  4. 26 Nov, 2018 2 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
    • Martin Wicke's avatar
      Merge pull request #5603 from dreamdragon/master · 23376e62
      Martin Wicke authored
      Open souring mobile video object detection framework
      23376e62
  5. 21 Nov, 2018 3 commits
  6. 20 Nov, 2018 4 commits
  7. 19 Nov, 2018 6 commits
  8. 17 Nov, 2018 1 commit
  9. 14 Nov, 2018 1 commit
  10. 12 Nov, 2018 2 commits
  11. 11 Nov, 2018 1 commit
  12. 08 Nov, 2018 1 commit
  13. 07 Nov, 2018 1 commit
  14. 05 Nov, 2018 4 commits
  15. 04 Nov, 2018 2 commits
  16. 03 Nov, 2018 1 commit
  17. 02 Nov, 2018 2 commits
    • pkulzc's avatar
      Minor fixes for object detection (#5613) · 31ae57eb
      pkulzc authored
      * Internal change.
      
      PiperOrigin-RevId: 213914693
      
      * Add original_image_spatial_shape tensor in input dictionary to store shape of the original input image
      
      PiperOrigin-RevId: 214018767
      
      * Remove "groundtruth_confidences" from decoders use "groundtruth_weights" to indicate label confidence.
      
      This also solves a bug that only surfaced now - random crop routines in core/preprocessor.py did not correctly handle "groundtruth_weight" tensors returned by the decoders.
      
      PiperOrigin-RevId: 214091843
      
      * Update CocoMaskEvaluator to allow for a batch of image info, rather than a single image.
      
      PiperOrigin-RevId: 214295305
      
      * Adding the option to be able to summarize gradients.
      
      PiperOrigin-RevId: 214310875
      
      * Adds FasterRCNN inference on CPU
      
      1. Adds a flag use_static_shapes_for_eval to restrict to the ops that guarantees static shape.
      2. No filtering of overlapping anchors while clipping the anchors when use_static_shapes_for_eval is set to True.
      3. A...
      31ae57eb
    • Toby Boyd's avatar
      Merge pull request #5665 from tensorflow/fix/quiet_movielens_download · 0b0c9cfd
      Toby Boyd authored
      Remove progress indicator from Movielens download
      0b0c9cfd
  18. 01 Nov, 2018 2 commits