"""Traceback (most recent call last):
File "predict.py", line 13, in
from ultralytics.yolo.engine.predictor import BasePredictor
ModuleNotFoundError: No module named 'ultralytics.yolo'"""
Got this error while running the predict.py file. Tried different ways but didn't resolve the issue. What could be the reason?
What changes you guys can suggest? I implemented this on my friend's laptop, and it was working fine there but on my laptop, I got this error. Need urgent assistance. @MuhammadMoinFaisal Thank you.
"""Traceback (most recent call last):
File "predict.py", line 13, in
from ultralytics.yolo.engine.predictor import BasePredictor
ModuleNotFoundError: No module named 'ultralytics.yolo'"""
Got this error while running the predict.py file. Tried different ways but didn't resolve the issue. What could be the reason?
What changes you guys can suggest? I implemented this on my friend's laptop, and it was working fine there but on my laptop, I got this error. Need urgent assistance. @MuhammadMoinFaisal Thank you.