1. 22 Feb, 2018 1 commit
    • Jakub Arnold's avatar
      Fix license text · cc94e47e
      Jakub Arnold authored
      Seems like it was changed accidentally as it is different than any of the other files.
      cc94e47e
  2. 21 Feb, 2018 1 commit
  3. 20 Feb, 2018 2 commits
  4. 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
  5. 17 Feb, 2018 12 commits
  6. 16 Feb, 2018 5 commits
  7. 14 Feb, 2018 11 commits
  8. 13 Feb, 2018 6 commits
  9. 12 Feb, 2018 1 commit