tensorflow / models

Models and examples built with TensorFlow
Other
76.99k stars 45.79k forks source link

No module named 'lvis_evaluation' #11079

Open Obenhelen opened 1 year ago

Obenhelen commented 1 year ago

while training the model i am getting this error.. Traceback (most recent call last): File "C:\Users\OBENCECILIA\Desktop\RealTimeObjectDetection\Tensorflow\models\research\object_detection\model_main_tf2.py", line 31, in import model_lib_v2 File "C:\Users\OBENCECILIA\Desktop\RealTimeObjectDetection\Tensorflow\models\research\object_detection\model_lib_v2.py", line 29, in import eval_util File "C:\Users\OBENCECILIA\Desktop\RealTimeObjectDetection\Tensorflow\models\research\object_detection\eval_util.py", line 34, in import lvis_evaluation ModuleNotFoundError: No module named 'lvis_evaluation'

Obenhelen commented 1 year ago

I also tried pip install lvis_evaluation but got another error... ERROR: Could not find a version that satisfies the requirement lvis_evaluation (from versions: none) ERROR: No matching distribution found for lvis_evaluation thanks in advanced

Obenhelen commented 1 year ago

please help me solve this. ive been stuck here for days

Sam-Seaberry commented 1 year ago

Have you tried this: https://pypi.org/project/lvis/ ? pip install lvis