1. 03 Aug, 2017 1 commit
  2. 18 Jul, 2017 2 commits
    • Derek Chow's avatar
      Enable inference with dynamic batch size in SSD. · 4f14cb62
      Derek Chow authored
      * Creates a new batch_decode method in SSD Meta architecture that can handle
        dynamic batch size.
      * use combined_shapes in _get_feature_maps_spatial_dims method to handle
        dynamic batch image_size.
      * Add dynamic batch size tests to check preprocess, predict and postprocess
        methods in SSD Meta architecture.
      4f14cb62
    • Derek Chow's avatar
      Enable inference with dynamic batch size in Faster RCNN. · 5d5fb7cc
      Derek Chow authored
      * Adds a util function to compute a mix of dynamic and static shapes
        preferring static when available.
      * Uses batch_multiclass_non_max_suppression function in postprocess_rpn
        instead of looping over static batch shape and performing
        multiclass_non_max_suppression.
      * Adds a new helper function _unpad_proposals_and_sample_boxclassifier_batch
        to sample from a batch of tensors possibly containing paddings.
      * Tests batch inference with various configurations of static shape via
        unittests.
      5d5fb7cc
  3. 14 Jul, 2017 1 commit
  4. 10 Jul, 2017 2 commits
  5. 07 Jul, 2017 1 commit
  6. 06 Jul, 2017 1 commit
  7. 28 Jun, 2017 1 commit
  8. 26 Jun, 2017 1 commit
  9. 21 Jun, 2017 1 commit
    • Salas's avatar
      Fix compatibility of object_detection for Python3 (#1610) · 3f9382a6
      Salas authored
      * make batcher compatible for py3
      
      * make prefetcher and operations in ops compatible for py3
      
      * use six.iteritem
      
      * make all tests in  compatible with py3
      
      * simplify usage of six and modify import order
      
      * add back the space line
      3f9382a6
  10. 16 Jun, 2017 2 commits
  11. 15 Jun, 2017 1 commit