mmskeleton icon indicating copy to clipboard operation
mmskeleton copied to clipboard

problem of pose_demo

Open scofiedluo opened this issue 4 years ago • 2 comments

When I run python mmskl.py pose_demo --gpus 1 , I got the following error. If anyone come up with the same problem and solve it?

/tmp/slurmd/job2975070/slurm_script: line 19: 168064 Segmentation fault python mmskl.py pose_demo --gpus 1' 'Pose estimation: [ ] 0/300, elapsed: 0s, ETA:

scofiedluo avatar Jan 15 '21 02:01 scofiedluo

when I use one tesla V100, the Segmentation fault error occurs. I think it may out of memory, then I use 4 tesla V100. But this demo run about an hour without output.

scofiedluo avatar Jan 15 '21 03:01 scofiedluo

Try reducing workers per GPU or make sure CPU has free cores

pranavgundewar avatar Jan 27 '21 00:01 pranavgundewar