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
@MarvinTeichmann
File "demo.py", line 426, in
tf.app.run()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 125, in run sys.exit(main(argv))
File "demo.py", line 313, in main
load_out = load_united_model(logdir)
File "demo.py", line 254, in load_united_model
postfix=model)
File "/home/jie/project/MultiNet-master/tensorvision/utils.py", line 217, in load_modules_from_logdir
objective = imp.load_source("objective%s" % postfix, f)
File "RUNS/MultiNet_ICCV/segmentation/objective.py", line 20, in
from seg_utils import seg_utils as seg
ImportError: No module named seg_utils
cannot find the seg_utils, and where can I get this file?
The text was updated successfully, but these errors were encountered:
@MarvinTeichmann
File "demo.py", line 426, in
tf.app.run()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 125, in run
sys.exit(main(argv))
File "demo.py", line 313, in main
load_out = load_united_model(logdir)
File "demo.py", line 254, in load_united_model
postfix=model)
File "/home/jie/project/MultiNet-master/tensorvision/utils.py", line 217, in load_modules_from_logdir
objective = imp.load_source("objective%s" % postfix, f)
File "RUNS/MultiNet_ICCV/segmentation/objective.py", line 20, in
from seg_utils import seg_utils as seg
ImportError: No module named seg_utils
cannot find the seg_utils, and where can I get this file?
The text was updated successfully, but these errors were encountered: