object-detection
object-detection copied to clipboard
No module named 'utils.ssd_mobilenet_utils'
No module named 'utils.ssd_mobilenet_utils'
it does not work,
thanks
####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