logo-detector icon indicating copy to clipboard operation
logo-detector copied to clipboard

ModuleNotFoundError: No module named 'utils'

Open MeerAjaz opened this issue 4 years ago • 1 comments

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

MeerAjaz avatar Sep 02 '20 03:09 MeerAjaz

ImportError: cannot import name 'label_map_util' from 'utils'

Same error

makkarss929 avatar Sep 06 '21 13:09 makkarss929