jackd / human_pose_util

Utility files for human pose estimation in python
24 stars 3 forks source link

Incompatible code and eva #2

Open NiteshBharadwaj opened 4 years ago

NiteshBharadwaj commented 4 years ago

I was trying to run eva folder, but there are imports which do not exist, such as PoseSequenceExample

jackd commented 4 years ago

Urgh, looking back on this after years is depressing. Just pushed a rather major update (its now installable with pip rather than having to add anything to your python path). There's a basic example showing visualizing eva, but probably still bugs around the place with imports etc. Don't have a lot of time to do a thorough jobs debugging/testing, but if more stuff pops up post here and I'll do what I can.

NiteshBharadwaj commented 4 years ago

Thanks for responding quickly! I will take a look.

There is typically some synchronization problem between cameras and MoCap in HumanEva. Can you answer if your codebase take care of this, as that can be of great help to me? Specifically, if I project 3D MoCap onto a specific view point, it should be in synch with the image.

jackd commented 4 years ago

The number of frames in the videos is slightly different to the number of annotated poses. I think for my experiments I just cropped the last few frames and visually verified that the projections matched visually. They may be off by a small number of frames, but at 60 fps that's not visually noticable.