SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

No module named notebooks

Open job2003 opened this issue 6 years ago • 3 comments

I run this command: jupyter notebook notebooks/ssd_notebook.ipynb

but have following errors:

ImportError Traceback (most recent call last) in () 1 from nets import ssd_vgg_300, ssd_common, np_methods 2 from preprocessing import ssd_vgg_preprocessing ----> 3 from notebooks import visualization

ImportError: No module named notebooks

what is the problem?

job2003 avatar Aug 10 '18 12:08 job2003

replace with import visualization

dimakot55 avatar Aug 10 '18 23:08 dimakot55

how to solve 'no module named nets'?'

JessicaDuFirst avatar Apr 11 '19 03:04 JessicaDuFirst

if you have sovled the question of 'no module named nets'? @JessicaDuFirst ,i meet this question too.

xiaobumiDM avatar Dec 31 '19 06:12 xiaobumiDM