Closed ShreyasSkandan closed 7 years ago
Nevermind, I forgot to source the env script!
@ShreyasSkandan ,How to source the env script? I meet this error too. thanks!
~/workspace/flownet2-master$ source set-env.sh :~/workspace/flownet2-master$ python ./scripts/run-flownet.py ./models/FlowNet2/FlowNet2_weights.caffemodel.h5 ./models/FlowNet2/FlowNet2_deploy.prototxt.template ./data/ChairsSDHom/data/test/t0/00000.png ./data/ChairsSDHom/data/test/t0/00001.png z.flo WARNING: Logging before InitGoogleLogging() is written to STDERR W1012 17:26:07.218766 14540 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W1012 17:26:07.218792 14540 _caffe.cpp:140] Use this instead (with the named "weights" parameter): W1012 17:26:07.218796 14540 _caffe.cpp:142] Net('/tmp/tmpL87Svg', 1, weights='./models/FlowNet2/FlowNet2_weights.caffemodel.h5') [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 40:22: Message type "caffe.LayerParameter" has no field named "augmentation_param". F1012 17:26:07.223557 14540 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /tmp/tmpL87Svg Check failure stack trace:
source set-env.sh, but error again
@nikolausmayer ,wrong caffe path. Thanks!
@le-lshr1214 I also have the same problem, how do you solve?
@le-lshr1214 I also have the same problem, how do you solve?
@le-lshr1214 Could you tell more in detail, thanks a lot. I think this issues is about installing, but I can import caffe in python with no problem.
@le-lshr1214 Could you tell more in detail, thanks a lot. I think this issues is about installing, but I can import caffe in python with no problem.
Have you solved the probelm, i can import caffe in python with no problem.
@nikolausmayer I have run env script but still getting the same error. I am trying to run it on Google Colab! Please help me with this.
I'm trying to run your test script (run-flownet.py) and I get the following error. I was wondering if you had any idea what might be causing this?