object-detection icon indicating copy to clipboard operation
object-detection copied to clipboard

No module named 'utils.ssd_mobilenet_utils'

Open mk123qwe opened this issue 7 years ago • 1 comments

No module named 'utils.ssd_mobilenet_utils'

it does not work,

thanks

mk123qwe avatar Jul 25 '18 13:07 mk123qwe

####I modified the code in the following two ways, ssd_mobilenet_utils.py and test_ssd_mobilenet.py, Put them in the same folder.
so it work well。 import ssd_mobilenet_utils as s #1 s.() ... from ssd_mobilenet_utils import generate_colors#2 ...

but i I meet a new problem.the cpu 100%,The temperature is too high

mk123qwe avatar Jul 26 '18 02:07 mk123qwe