liuyuan-pal / Gen6D

[ECCV2022] Gen6D: Generalizable Model-Free 6-DoF Object Pose Estimation from RGB Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

output video of custom object pose estimation.

flydragon2018 opened this issue · comments

I used the demo data, however the output video is upside down.

which parameter for frame flip?

if v0>=4 and v1>=5:

You may flip the video here, which is called from predictor.py.

Thanks for your reply. I found that --transpose works too.