View my account

How to use Intel Skeleton Tracking SDK for .bag files in Python

Comments

1 comment

  • MartyG

    Hi Mma221   If you mean the Cubemos Skeleton Tracking SDK (it is not an Intel product), page 10 of its documentation manual provides details of how to perform skeleton detection on a jpeg image using Python.  Doing so with a bag does not seem to be supported though.

    You can extract jpegs from a bag file for the color and infrared streams using a tool called bag2image so that those frames could be used with Cubemos.  As far as I know, you cannot perform skeleton tracking analysis on a moving bag file with Cubemos though.

    https://github.com/UnaNancyOwen/rs_bag2image 

    0
    Comment actions Permalink

Please sign in to leave a comment.