You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-4-78db78d73941> in <module>()
12 import os
13 sys.path.append(os.path.abspath(''))
---> 14 from utils import plot_camera_scene
15
16 # set for reproducibility
ModuleNotFoundError: No module named 'utils'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
Please include the following (depending on what the issue is):
Any changes you made (git diff) or code you wrote
<put diff or code here>
The exact command(s) you ran:
What you observed (including the full logs):
<put logs here>
Please also simplify the steps as much as possible so they do not require additional resources to
run, such as a private dataset.
The text was updated successfully, but these errors were encountered:
@REscanDon thanks for raising this issue. We will update the tutorials with a fix soon. In the meantime to get unblocked you could copy paste the functions from utils/camera_visualisation.py into the colab notebook.
@REscanDon the tutorial has now been updated to use wget to retrieve all the necessary code. We have included the commands to do this in one of the notebook cells so you can just run this cell. If you still experience issues please reopen the issue.
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
Instructions To Reproduce the Issue:
EXPECTED RESULT
Tutorial completes without error
ACTUAL RESULT
Please include the following (depending on what the issue is):
git diff
) or code you wrotePlease also simplify the steps as much as possible so they do not require additional resources to
run, such as a private dataset.
The text was updated successfully, but these errors were encountered: