gcd
gcd copied to clipboard
How to sample from certain viewpoint with relative pose metric R,T?
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!
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!