When I run this ./run_toolbox.py, the following error is appeared:
Error importing settings.py. Check the error message below for more information.
If you haven't already, you'll want to copy one of the settings_local.template-*.py files
to settings_local.py and edit it to point to your caffe checkout. E.g. via:
$ cp models/caffenet-yos/settings_local.template-caffenet-yos.py settings_local.py
$ < edit settings_local.py >
Traceback (most recent call last):
File "./run_toolbox.py", line 7, in
import settings
File "/home/may/caffe/deep-visualization-toolbox/settings.py", line 218, in
if isinstance(caffevis_data_mean, basestring):
NameError: name 'basestring' is not defined
When I run this ./run_toolbox.py, the following error is appeared:
Error importing settings.py. Check the error message below for more information.
If you haven't already, you'll want to copy one of the settings_local.template-*.py files
to settings_local.py and edit it to point to your caffe checkout. E.g. via:
$ cp models/caffenet-yos/settings_local.template-caffenet-yos.py settings_local.py
$ < edit settings_local.py >
Traceback (most recent call last):
File "./run_toolbox.py", line 7, in
import settings
File "/home/may/caffe/deep-visualization-toolbox/settings.py", line 218, in
if isinstance(caffevis_data_mean, basestring):
NameError: name 'basestring' is not defined