Image containing OpenPose binary for face, hands, and pose detection in xs-face.
1.1K
Contains pre-compiled binary from OpenPose for use in xs-face on Sherlock.
Assuming you are on GPU node:
module load system
module load singularity/2.4
mkdir $SCRATCH/.singularity
export SINGULARITY_CACHEDIR=$SCRATCH/.singularity
singularity pull docker://amsan7/openpose
singularity exec --nv $SINGULARITY_CACHEDIR/openpose-latest.img bash -c 'cd /openpose-master && ./build/examples/openpose/openpose.bin --help'
Thanks to Michael Sobrepera for supplying the original image and tutorial.
Content type
Image
Digest
Size
2.2 GB
Last updated
over 8 years ago
docker pull amsan7/openpose