mcj@ubuntu:~/darkflow$ ./flow --model cfg/yolo-new.cfg
Traceback (most recent call last):
File "./flow", line 4, in
from darkflow.cli import cliHandler
File "/home/mcj/darkflow/darkflow/cli.py", line 3, in
from darkflow.net.build import TFNet
File "/home/mcj/darkflow/darkflow/net/build.py", line 5, in
from .ops import op_create, identity
File "/home/mcj/darkflow/darkflow/net/ops/__init__.py", line 1, in
from .simple import *
File "/home/mcj/darkflow/darkflow/net/ops/simple.py", line 1, in
import tensorflow.contrib.slim as slim
ImportError: No module named contrib.slim
Can you try uninstalling tensorflow and re-installing using pip as it appears the issue is finding a module that's part of the tensorflow library. Also, make sure you're using a version of tensorflow >= 1.0
Thanks a lot ,I will try it as you say.
@ma3252788 any success ? I got the same issue
Most helpful comment
@ma3252788 any success ? I got the same issue