T QIAO
T QIAO
Hi @vsimon When I execute `g++ -o peerconnection_client linux/main.cc linux/main_wnd.cc conductor.cc defaults.cc peer_connection_client.cc -I/home/qiao/webrtcbuilds/out/src/third_party/jsoncpp/source/include/ -I/home/qiao/webrtcbuilds/out/src/third_party/libyuv/include/ $(pkg-config --cflags --libs --define-variable=prefix=$WEBRTCBUILDS_FOLDER libwebrtc_full) $(pkg-config --cflags --libs gtk+-2.0) $(pkg-config --cflags --libs x11)` after I...
@agouaillard Thanks a lot for your solution. As I'm new to webrtc, I don't get the exact meaning of "etc_static_lib" and where it is. Moreover, I didn't change any BUILD.gn...
@agouaillard I'm extraordinarily grateful for your feedback, and terriblly sorry for my muddlehead. It seems to work now. Best wishes!
Hello, I'm also trying to use this network, but I got some errors after I implemented my own Iterator. The last several lines are listed as follows: > TypeError: Cannot...
Thanks a lot !!! It seems to work when I add 'floatX=float32' to THEANO_FLAGS.
Hi, @SimJeg . I encounter another problem, which I tried my best but failed to solve. I test my own dataset on this network. But, it always returns the **CNMEM_STATUS_OUT_OF_MEMORY**...
Thanks for your suggestion. But the error remains even if I changed the cnmem to 1. I looked up more docs and found out the following two that might make...
@SimJeg The error indeed arises from the **big size of input images**. It works well if I crop the raw images in 'batch_loop' manually and then feed these cropped images...