1. 16 May, 2018 1 commit
  2. 14 May, 2018 2 commits
  3. 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
  4. 10 May, 2018 2 commits
  5. 09 May, 2018 3 commits
  6. 08 May, 2018 4 commits
  7. 07 May, 2018 7 commits
  8. 05 May, 2018 1 commit
  9. 04 May, 2018 5 commits
  10. 03 May, 2018 6 commits
    • Qianli Scott Zhu's avatar
      Add dataset info and hyper parameter logging for benchmark. (#4152) · eb0c0dfd
      Qianli Scott Zhu authored
      * Add dataset info and hyper parameter logging for benchmark.
      
      * Address review comments.
      
      * Address the view comment for data schema name.
      
      * Fix test cases.
      
      * Lint fix.
      eb0c0dfd
    • Jonathan Huang's avatar
      Merge pull request #4161 from pkulzc/master · 8e73530e
      Jonathan Huang authored
      Internal changes to object detection
      8e73530e
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · 63054210
      Zhichao Lu authored
      195269567  by Zhichao Lu:
      
          Removing image summaries during train mode.
      
      --
      195147413  by Zhichao Lu:
      
          SSDLite config for mobilenet v2.
      
      --
      194883585  by Zhichao Lu:
      
          Simplify TPU compatible nearest neighbor upsampling using reshape and broadcasting.
      
      --
      194851009  by Zhichao Lu:
      
          Include ava v2.1 detection models in model zoo.
      
      --
      194292198  by Zhichao Lu:
      
          Add option to evaluate any checkpoint (without requiring write access to that directory and overwriting any existing logs there).
      
      --
      194122420  by Zhichao Lu:
      
          num_gt_boxes_per_image and num_det_boxes_per_image value incorrect.
          Should be not the expand dim.
      
      --
      193974479  by Zhichao Lu:
      
          Fixing a bug in the coco evaluator.
      
      --
      193959861  by Zhichao Lu:
      
          Read the default batch size from config file.
      
      --
      193737238  by Zhichao Lu:
      
          Fix data augmentation functions.
      
      --
      193576336  by Zhichao Lu:
      
          Add support for training keypoints.
      
      --
      193409179  by Zhichao Lu:
      
          Up...
      63054210
    • Taylor Robie's avatar
      Restore ResNet Distribution Strategies (#4134) · 18d05ad3
      Taylor Robie authored
      * Revert 823da318. This restores distribution strategies for resnet.
      
      This commit is not a direct revert due to significant merge conflict
      resolution.
      
      * fix flags test
      
      * npc is no longer used in resnet
      18d05ad3
    • Qianli Scott Zhu's avatar
      Remove unused imports. (#4160) · 51a2b441
      Qianli Scott Zhu authored
      51a2b441
    • Taylor Robie's avatar
      fix treatment of main() and absl flags (#4159) · 9af0aad1
      Taylor Robie authored
      * fix treatment of main() and absl flags
      
      * add mnist_eager, and delint
      
      * add mnist_eager docstring
      9af0aad1