karfly/learnable-triangulation-pytorch

Undistorting all frames available

jamalknight opened this issue · 2 comments

I would like to undistort all frames (without skipping any) using the steps in

https://github.com/karfly/learnable-triangulation-pytorch/blob/master/mvn/datasets/human36m_preprocessing/README.md

I have processed the data in H36M so that I have all distorted frames available, but running undistort-h36m.py I am getting skipped frames - 1,8,11,13 ..etc (image attached).

Could you please point out where in the code I would have to adjust to create undistorted frames for all available?
I would like to eval all sequential frames in the eval set instead of skipping any.

undistort_skipped

Resolved:
The steps 4-6 here need to be re run on the dataset where all frames are processed

@jamalknight can you please share the processed dataset if possible