Open eduardo-lago-aguilar opened 4 years ago
After long wait I got this:
python3 humanpose.py
18
21
[1388.798163] python3 invoked com-killer: gfp_nesk=0x24082c2(GFP KERNELI_GFP_HIGHMEMI_GFP_NOHARNI_GFP ZERO), nodemask=0, order=0, oom score adJ=0
[1388.812530 ] Out of memory: Kill process 7187 (python3) score 536 or sacrifice child
[1388.820457 ] KIlled process 7187 (python3) total-vm: 12791888KB, anon-rss:1799072KB, file-rss:367720KB, shmen-rss:0kB KIlled
Hi, it took me ~5 mins to run on a Jetson Nano. I ran the exact same code on trt_pose/tasks/human_pose/live_demo.ipynb
. Looks like your Nano ran out of memory, perhaps consider adding swap space to your system. I have followed this tutorial in the past.
i have 8gb of swap, and it takes about 5-8 min.
Here is my code based on the demo to get the
resnet18_baseline_att_224x224_A_epoch_249_trt.pth
optimized model:it has been running for more than 2 hours already, and the Jetson Nano is not responsive at all.
Is it the expected behavior? How long does it usually take to generate it?