kzwrime

Results 5 comments of kzwrime

I meet the same problem. When I run `./build/examples/openpose/openpose.bin --video examples/media/video.avi` , even though I add `--net_resolution` to change into small size, my GPU memory use will reach 100% (use...

@j2l I plan to try older versions of cuda and cudnn, or use nvidia-docker to create a suitable environment. After all, I am still puzzle about how to solve the...

After testing, I found that the docker-image from https://github.com/davegreenwood/openpose-GPU-docker can successfully run on my computer. @j2l Maybe you can try it. ``` root@768f8c9d1524:/workspace# openpose -display=0 -video /data/test.webm -write_json="./testoutput/sample-default.json" -write_video="./testoutput/default.avi" --net_resolution=160x80...

@j2l The steps on [https://github.com/davegreenwood/openpose-GPU-docker](https://github.com/davegreenwood/openpose-GPU-docker) and [https://github.com/hmurari/openpose-docker](https://github.com/hmurari/openpose-docker) may be a little out of date. Some steps may need to be modified. Here are my steps. Before the following, the nvidia...

@WillianJunior Do you solve the linkers errors? I experienced the same problem as you met. However, after running the install script again, the problem "ar: bin/build/llvm_objects/llvm_.o: No such file or...