kaka-lin / object-detection

Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOv3, tflite)
MIT License
190 stars 46 forks source link

No module named 'utils.ssd_mobilenet_utils' #3

Open mk123qwe opened 6 years ago

mk123qwe commented 6 years ago

No module named 'utils.ssd_mobilenet_utils'

it does not work,

thanks

mk123qwe commented 6 years ago

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