tensorflow / tensorflow/models
No module named 'lvis_evaluation'
@sushreebarsa is already working on this.
Since Aug 24, 2023.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
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'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.