Extracting People from video

I am working on a project where I am trying to extract animation using pose estimation from a video for a fighting game I am working on.

The current method for pose estimation that I use only works for one character/person at a time causing the pose estimation to go back and forth between the two characters in the video. Is there a way to remove or extract one of the characters from the video? (Have two separate videos with one for each character)

so, the problem is: 2 persons, and you need to distinguish, “who is who” ?

the demo here is way off your ‘use-case’, but i think, you could use that network !)

then, indeed, the current opencv pose demo only works for a single person,
but that’s not the end of the world !!