Skip to content

Tag: object-detection

Import error: module object detection not found

When i try run code into Jupyter notebook i getting Import error(attached image). I add paths to PYTHON_PATH and add %PYTHON_PATH% in system PATH, but i still get thos error Answer If you are using Anaconda, you must know that it ignores PYTHONPATH!. Use the following commands: conda develop ~/models/research…