1. 19 5月, 2018 1 次提交
  2. 18 5月, 2018 4 次提交
  3. 17 5月, 2018 1 次提交
    • Q
      Fix resnet missing layers. (#4254) · 493d7a2e
      Qianli Scott Zhu 提交于
      * 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
  4. 16 5月, 2018 2 次提交
  5. 15 5月, 2018 3 次提交
  6. 12 5月, 2018 7 次提交
  7. 11 5月, 2018 3 次提交
    • A
      Merge pull request #3699 from smitshilu/patch-1 · fe1857cd
      Amit Patankar 提交于
      Update mobilenet_v1.md
      fe1857cd
    • Z
      Merged commit includes the following changes: · 324d6dc3
      Zhichao Lu 提交于
      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
    • Q
      Fix model layer for resnet v1. (#4230) · 89edd1c3
      Qianli Scott Zhu 提交于
      The final BN and ReLU layer is only need for v2 model since it was
      doing preactivation in each block.
      89edd1c3
  8. 10 5月, 2018 3 次提交
  9. 09 5月, 2018 3 次提交
  10. 08 5月, 2018 8 次提交
  11. 07 5月, 2018 2 次提交
  12. 06 5月, 2018 1 次提交
  13. 05 5月, 2018 2 次提交