gcd icon indicating copy to clipboard operation
gcd copied to clipboard

How to sample from certain viewpoint with relative pose metric R,T?

Open longyangqi opened this issue 1 year ago • 1 comments
trafficstars

Great Work! Following README, I found you control the view by spherical coordinate system. So can we sample from certain viewpoint with relative pose metric R,T ,and how to make it? Thanks!

longyangqi avatar Oct 29 '24 03:10 longyangqi

Hi, If you have a custom video and wish to run the model with specified camera rotation and translation parameters, I would recommend running infer.py as documented here: https://github.com/basilevh/gcd?tab=readme-ov-file#custom-data-no-gt You do not need to know the absolute spherical coordinates (of either the source or destination viewpoint) to do this, since the model is trained with relative camera pose instructions only. Please let me know if this helps!

basilevh avatar Nov 11 '24 15:11 basilevh