1. 26 Feb, 2018 3 commits
  2. 24 Feb, 2018 1 commit
  3. 23 Feb, 2018 1 commit
  4. 22 Feb, 2018 4 commits
  5. 20 Feb, 2018 1 commit
  6. 19 Feb, 2018 1 commit
    • Michael Gruben-Trejo's avatar
      Fix PythonPath dependencies · bf294271
      Michael Gruben-Trejo authored
      Previously, code block one attempted to import `from object_detection.utils` before the `object_detection` directory was added to the PythonPath via `sys.path.append("..")`.
      
      This generated a `ModuleNotFoundError`.
      
      Accordingly, append `".."` to the PythonPath before attempting to import from `object_detection` as a module, instead of after.
      bf294271
  7. 17 Feb, 2018 8 commits
  8. 14 Feb, 2018 9 commits
  9. 13 Feb, 2018 4 commits
  10. 10 Feb, 2018 1 commit
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · 1efe98bb
      Zhichao Lu authored
      185215255  by Zhichao Lu:
      
          Stop populating image/object/class/text field when generating COCO tf record.
      
      --
      185213306  by Zhichao Lu:
      
          Use the params batch size and not the one from train_config in input_fn
      
      --
      185209081  by Zhichao Lu:
      
          Handle the case when there are no ground-truth masks for an image.
      
      --
      185195531  by Zhichao Lu:
      
          Remove unstack and stack operations on features from third_party/object_detection/model.py.
      
      --
      185195017  by Zhichao Lu:
      
          Matrix multiplication based gather op implementation.
      
      --
      185187744  by Zhichao Lu:
      
          Fix eval_util minor issue.
      
      --
      185098733  by Zhichao Lu:
      
          Internal change
      
      185076656  by Zhichao Lu:
      
          Increment the amount of boxes for coco17.
      
      --
      185074199  by Zhichao Lu:
      
          Add config for SSD Resnet50 v1 with FPN.
      
      --
      185060199  by Zhichao Lu:
      
          Fix a bug in clear_detections.
          This method set detection_keys to an empty dictionary instead of an empty set. I've refactored so that this ...
      1efe98bb
  11. 09 Feb, 2018 1 commit
    • Manoj Plakal's avatar
      Explicitly specify checkpoint version. · d9f6b6f3
      Manoj Plakal authored
      
      TF Saver now requires specifying the checkpoint version even when restoring to avoid errors when we specify
      a path to a checkpoint file instead of a directory.
      d9f6b6f3
  12. 06 Feb, 2018 1 commit
  13. 05 Feb, 2018 1 commit
  14. 03 Feb, 2018 4 commits