Yang507
Yang507
Thanks, I try to run the command in the directory but there is a problem: ``` g++ -c -m32 -pipe -g -I/usr/local/include/opencv -I/usr/local/include -lcv -lstdc++ -lcxcore -lcv -lhighgui -lcvaux -o...
``` g++ -m32 -o binary main.o -L/usr/lib /usr/local/lib/libopencv_calib3d.so /usr/local/lib/libopencv_contrib.so /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_features2d.so /usr/local/lib/libopencv_flann.so /usr/local/lib/libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so /usr/local/lib/libopencv_ml.so /usr/local/lib/libopencv_nonfree.so /usr/local/lib/libopencv_objdetect.so /usr/local/lib/libopencv_photo.so /usr/local/lib/libopencv_stitching.so /usr/local/lib/libopencv_ts.so /usr/local/lib/libopencv_video.so /usr/local/lib/libopencv_videostab.so -lpthread g++: error: /usr/local/lib/libopencv_ts.so: No such...
I run the command `apt-get install libopencv-contrib-dev` and install successfully, I try run again in rootdir(binarization-master) but the problem is same as before. Othersize, I install opencv-2.4.11,g++4.7.4.
the detail error: ``` Traceback (most recent call last): File "src/launcher.py", line 136, in main(sys.argv[1:], exp_config.ExpConfig) File "src/launcher.py", line 132, in main session = sess) File "/home/yanghang/Attention-OCR/src/model/model.py", line 167, in...
I doubt whether is tensorflow's version problem, i don't want to upgrade tensorflow version to 11 now.
I used the keras version 1.0.4 and tensorflow 0.10, I run the old code(before you updated the code) and restart to train my data , but encountered a problem: `Traceback...
Hello, I really appreciate your work. I used MobileNetV2_yoloV3_lite version, i saw your prune prototxt and i wanted to know how to implement the process of pruning? I hope to...
Thanks for your reply! I don't understand one thing about the bias of prune. I used your code to pruned the model, but i cannot get the edited bias. Eg:...
Ok! I'm training four clases by your prototxt, now i used prune code to get the prune_deploy.prototxt and found the num_output' size is smaller than the group' size in the...
I added a few lines of code after 580th line, i had compared my prune_deploy.prototxt with yours, the group and the num_output is same as yours. bool overwrite = false;...