1. 17 May, 2018 1 commit
    • Qianli Scott Zhu's avatar
      Fix resnet missing layers. (#4254) · 493d7a2e
      Qianli Scott Zhu authored
      * Fix resnet missing layers.
      
      The official v1 model contains BN and Relu between input layer and
      pooling.
      
      * Remove the BN and Relu for V2.
      
      After some discussion with team and refer to existing
      implementation, those two layer seems to be only useful in V1.
      In V2, the first unit of the block will have a projection, that
      apply the BN and Relu for the shortcut. Adding a comment to make
      this clear.
      
      * Expand the comment section.
      
      * Remove the pre-trained checkpoint since its broken right now.
      
      Will restore it once we have new checkpoint generated.
      493d7a2e
  2. 15 May, 2018 3 commits
  3. 14 May, 2018 2 commits
  4. 11 May, 2018 9 commits
    • pkulzc's avatar
      Merge pull request #4147 - update exporting_models doc · 28b91429
      pkulzc authored
      Object detection export dir
      28b91429
    • Qianli Scott Zhu's avatar
      Update the wide_deep and transformer code for latest benchmark config. (#4246) · c0a380d2
      Qianli Scott Zhu authored
      * Update the wide_deep code for latest benchmark config.
      
      * Also update the transformer benchmark code.
      c0a380d2
    • Jonathan Huang's avatar
      Merge pull request #4232 from pkulzc/master · b9ca525f
      Jonathan Huang authored
      Release ssdlite mobilenet v2 coco trained model, add quantized training and minor fixes.
      b9ca525f
    • Qianli Scott Zhu's avatar
      Add benchmark logger that does stream upload to bigquery. (#4210) · 0270cac7
      Qianli Scott Zhu authored
      * Move the benchmark_uploader to new location.
      
      * Update benchmark logger to streaming upload.
      
      * Fix lint and unit test error.
      
      * delint.
      
      * Update the benchmark uploader test.
      
      Skip the import of benchmark_uploader when bigquery is not installed.
      
      * Merge the 2 classes of benchmark uploader into 1.
      
      * Address review comments.
      
      * delint.
      
      * Execute bigquery upload in a separate thread.
      
      * Change to use python six.moves for importing.
      
      * Address review comments and delint.
      
      * Address review comment.
      
      Adding comment for potential performance impact for model on CPU.
      
      * Fix random failure on py3.
      
      * Fix the order of flag saver to avoid the randomness.
      
      The test is broken when the benchmark_logger_type is set first, and
      validated when the benchmark_log_dir is not set yet.
      0270cac7
    • Mark Omernick's avatar
      Merge pull request #4153 from terryykoo/master · 80178fc6
      Mark Omernick authored
      Export @195097388.
      80178fc6
    • Katherine Wu's avatar
    • Terry Koo's avatar
      Remove runtime because reasons. · edea2b67
      Terry Koo authored
      edea2b67
    • Amit Patankar's avatar
      Merge pull request #3699 from smitshilu/patch-1 · fe1857cd
      Amit Patankar authored
      Update mobilenet_v1.md
      fe1857cd
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · 324d6dc3
      Zhichao Lu authored
      196161788  by Zhichao Lu:
      
          Add eval_on_train_steps parameter.
      
          Since the number of samples in train dataset is usually different to the number of samples in the eval dataset.
      
      --
      196151742  by Zhichao Lu:
      
          Add an optional random sampling process for SSD meta arch and update mean stddev coder to use default std dev when corresponding tensor is not added to boxlist field.
      
      --
      196148940  by Zhichao Lu:
      
          Release ssdlite mobilenet v2 coco trained model.
      
      --
      196058528  by Zhichao Lu:
      
          Apply FPN feature map generation before we add additional layers on top of resnet feature extractor.
      
      --
      195818367  by Zhichao Lu:
      
          Add support for exporting detection keypoints.
      
      --
      195745420  by Zhichao Lu:
      
          Introduce include_metrics_per_category option to Object Detection eval_config.
      
      --
      195734733  by Zhichao Lu:
      
          Rename SSDLite config to be more explicit.
      
      --
      195717383  by Zhichao Lu:
      
          Add quantized training to object_detection.
      
      --
      195683542  by Zhichao Lu:
      
          Fix documentation for the interaction of fine_tune_checkpoint_type and load_all_detection_checkpoint_vars interaction.
      
      --
      195668233  by Zhichao Lu:
      
          Using batch size from params dictionary if present.
      
      --
      195570173  by Zhichao Lu:
      
          A few fixes to get new estimator API eval to match legacy detection eval binary by (1) plumbing `is_crowd` annotations through to COCO evaluator, (2) setting the `sloppy` flag in tf.contrib.data.parallel_interleave based on whether shuffling is enabled, and (3) saving the original image instead of the resized original image, which allows for small/medium/large mAP metrics to be properly computed.
      
      --
      195316756  by Zhichao Lu:
      
          Internal change
      
      --
      
      PiperOrigin-RevId: 196161788
      324d6dc3
  5. 10 May, 2018 2 commits
  6. 09 May, 2018 3 commits
  7. 08 May, 2018 5 commits
  8. 07 May, 2018 7 commits
  9. 05 May, 2018 1 commit
  10. 04 May, 2018 5 commits
  11. 03 May, 2018 2 commits