You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
####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
No module named 'utils.ssd_mobilenet_utils'
it does not work,
thanks
The text was updated successfully, but these errors were encountered: