zhangxin
zhangxin
* add gen_image.py generate image for training * create_dataset.py is from [crnn](https://github.com/bgshih/crnn) * create_dataset_main.py image 2 lmdb
``` root@5b1e58e4ea08:~/.cache/Detect/py-faster-rcnn/caffe-fast-rcnn# make PROTOC src/caffe/proto/caffe.proto make: protoc: Command not found Makefile:620: recipe for target '.build_release/src/caffe/proto/caffe.pb.cc' failed make: *** [.build_release/src/caffe/proto/caffe.pb.cc] Error 127 ```
add train.prototxt
my sys env ``` OSX 10.13.3 Anaconda 2 python 2.7.14 TensorFlow 1.5.0 ``` error info ``` 2018-03-15 12:11:18.530558: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not...
``` (py3.6_caffe) zhangxin@zhangxin-AW:~/github/MTCNN_Caffe$ sudo make Package opencv3 was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv3.pc' to the PKG_CONFIG_PATH environment variable No package...
Undefined symbols for architecture x86_64: "_PyBuffer_Release", referenced from: ___pyx_pf_5utils_7cpu_nms_cpu_nms in cpu_nms-2726be.o "_PyCFunction_NewEx", referenced from: _initcpu_nms in cpu_nms-2726be.o "_PyCFunction_Type", referenced from: ___pyx_pf_5utils_7cpu_nms_cpu_nms in cpu_nms-2726be.o "_PyCode_New", referenced from: _initcpu_nms in cpu_nms-2726be.o ___Pyx_AddTraceback...
``` [zhangxin]$ make CXX/LD -o .build_release/examples/cpp_classification/classification.bin /usr/bin/ld: .build_release/examples/cpp_classification/classification.o: undefined reference to symbol '_ZN2cv6imreadERKNS_6StringEi' /usr/bin/ld: note: '_ZN2cv6imreadERKNS_6StringEi' is defined in DSO /usr/local/lib/libopencv_imgcodecs.so.3.2 so try adding it to the linker command line...
``` (py27_theano0.9) zhangxin@zhangxin-AW:/media/zhangxin/DATA/github/vsumm-reinforce$ python vsum_test.py -model models/model_tvsum_reinforceRNN.h5 -d tvsum Traceback (most recent call last): File "vsum_test.py", line 1, in import theano File "/home/zhangxin/anaconda3/envs/py27_theano0.9/lib/python2.7/site-packages/theano/__init__.py", line 80, in from theano.scan_module import (scan,...