liuyuan-pal / Gen6D

[ECCV2022] Gen6D: Generalizable Model-Free 6-DoF Object Pose Estimation from RGB Images
GNU General Public License v3.0
594 stars 74 forks source link

output video of custom object pose estimation. #111

Open flydragon2018 opened 1 year ago

flydragon2018 commented 1 year ago

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

which parameter for frame flip?

liuyuan-pal commented 1 year ago

https://github.com/liuyuan-pal/Gen6D/blob/50aa71b2dbb3198772c025d54d0dd191a918982c/prepare.py#L31

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

flydragon2018 commented 1 year ago

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