1. 01 May, 2018 1 commit
    • pkulzc's avatar
      Internal changes to slim and object detection (#4100) · 505f554c
      pkulzc authored
      * Adding option for one_box_for_all_classes to the box_predictor
      
      PiperOrigin-RevId: 192813444
      
      * Extend to accept different ratios of conv channels.
      
      PiperOrigin-RevId: 192837477
      
      * Remove inaccurate caveat from proto file.
      
      PiperOrigin-RevId: 192850747
      
      * Add option to set dropout for classification net in weight shared box predictor.
      
      PiperOrigin-RevId: 192922089
      
      * fix flakiness in testSSDRandomCropWithMultiClassScores due to randomness.
      
      PiperOrigin-RevId: 193067658
      
      * Post-process now works again in train mode.
      
      PiperOrigin-RevId: 193087707
      
      * Adding support for reading in logits as groundtruth labels and applying an optional temperature (scaling) before softmax in support of distillation.
      
      PiperOrigin-RevId: 193119411
      
      * Add a util function to visualize value histogram as a tf.summary.image.
      
      PiperOrigin-RevId: 193137342
      
      * Do not add batch norm parameters to final conv2d ops that predict boxes encodings and class...
      505f554c
  2. 16 Apr, 2018 1 commit
  3. 21 Sep, 2017 1 commit
  4. 31 Aug, 2017 1 commit
  5. 14 Jun, 2017 1 commit
  6. 23 May, 2017 1 commit
  7. 18 May, 2017 1 commit
  8. 22 Apr, 2017 1 commit
    • Matt Rickard's avatar
      Remove unused function · 7c42a178
      Matt Rickard authored
      Variable summaries and the learning rate are added elsewhere in the
      code.  A quick search also shows that this function is never called.
      7c42a178
  9. 20 Apr, 2017 1 commit
    • Matt Rickard's avatar
      Removed rmsprop_momentum flag, use --momentum flag · c136af63
      Matt Rickard authored
      The flag description for the momentum flag states that it is `The
      momentum for the MomentumOptimizer and RMSPropOptimizer`, however its
      not actually used in the RMSPropOptimizer.  Instead, a separate
      `rmsprop_momentum` flag was used.  This deletes that flag for
      simplicity.  It was not referenced anywhere else in the repo.
      c136af63
  10. 14 Mar, 2017 6 commits
  11. 30 Aug, 2016 1 commit
  12. 27 Aug, 2016 1 commit