We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for sharing the code!
I have a question regarding the translation vector scaling. From the following lines, https://github.com/KwaiVGI/SynCamMaster/blob/b4c60fe5cc11e2ba1bacde5dcdb14ac4b6edf737/inference/syncammaster_inference.py#L82C1-L83C1 I found that there are scaling factors 'train_pose_scale = 200' and 't_scale = 1' that scale the translation vector. Are these values consistent over all datasets? Or should it be fine-tuned every time we change the dataset? If so, how can we find them?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for sharing the code!
I have a question regarding the translation vector scaling.
From the following lines,
https://github.com/KwaiVGI/SynCamMaster/blob/b4c60fe5cc11e2ba1bacde5dcdb14ac4b6edf737/inference/syncammaster_inference.py#L82C1-L83C1
I found that there are scaling factors 'train_pose_scale = 200' and 't_scale = 1' that scale the translation vector.
Are these values consistent over all datasets?
Or should it be fine-tuned every time we change the dataset? If so, how can we find them?
The text was updated successfully, but these errors were encountered: