logo-detector
logo-detector copied to clipboard
ModuleNotFoundError: No module named 'utils'
I found ModuleNotFoundError: No module named 'utils' error while running video-detection.py which is in the scripts folder. And when I looked at code and found
from utils import label_map_util
from utils import visualization_utils as vis_util
Which indicate there is a folder named utils but I can't find that folder in your repo. So please upload the modified code
ImportError: cannot import name 'label_map_util' from 'utils'
Same error