"examples/vscode:/vscode.git/clone" did not exist on "928248d706ead8250cb190878b04a4d38cc67a4d"
  1. 24 Feb, 2018 1 commit
  2. 22 Feb, 2018 8 commits
  3. 21 Feb, 2018 1 commit
  4. 20 Feb, 2018 3 commits
  5. 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
  6. 17 Feb, 2018 12 commits
  7. 16 Feb, 2018 5 commits
  8. 14 Feb, 2018 9 commits