I’ve been attempting to set up openpose on my AGX. Whenever I try to run a demo example,
./build/examples/openpose/openpose.bin --image_dir examples/media/ --net_resolution 80x32
It throws an error
Starting OpenPose demo…
Configuring OpenPose…
Starting thread(s)…
Auto-detecting all available GPUs… Detected 1 GPU(s), using 1 of them starting at GPU 0.
Killed
or it shuts down my device after a few attempts
I tried setting the power mode to MAXN; I believe it is related to memory, but I’m not sure how to get rid of it.
Hi,
Killed error is sometimes related to the out-of-memory.
Would you mind monitoring Xavier with tegrastats to see if the memory is enough or not first?
$ sudo tegrastats
Thanks.
I have checked and It is going out of memory within a few seconds of running the demo .
Hi,
Have you checked the below document to lower the memory requirement?
Thanks.
Thanks for the suggestion. I have tried this also but same error again
1 Like
Hi,
So you will need a more lightweight model.
Since GPU cannot use swap memory, the memory amount is limited by the hardware capability.
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.