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
Traceback (most recent call last):
File "/content/vedadet/tools/infer.py", line 7, in
from vedacore.image import imread, imwrite
ModuleNotFoundError: No module named 'vedacore'
If you correctly clone this directory, this is mainly caused by absolute path error.
your execute file is in "tools" folder, while vedacore folder exists one step above.
so interpreter is finding vedacore module inside "tools" folder.
When I run the model on colab:
I get the error:
Here is my notebook 'https://colab.research.google.com/drive/1Nr4oAgQagwZUybqfVG78HBws2HhMFksW?usp=sharing'
The text was updated successfully, but these errors were encountered: