Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/content/models/research/object_detection/model_main.py", line 25, in
from object_detection import model_lib
File "/content/models/research/object_detection/model_lib.py", line 29, in
from object_detection import eval_util
File "/content/models/research/object_detection/eval_util.py", line 36, in
from object_detection.metrics import lvis_evaluation
File "/content/models/research/object_detection/metrics/lvis_evaluation.py", line 23, in
from lvis import results as lvis_results
ModuleNotFoundError: No module named 'lvis'
Hi there,
I run object_detection.ipynb on google-colab when I train the model
I shows errors as below:
How to solve this problem,Thanks.