-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
campose maybe is not corret #5
Comments
The camera pose must be correct. You can uncomment the following code to verify the camera poses. GaussianCity/scripts/dataset_generator.py Lines 1621 to 1653 in c2c31ab
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use the google earth dataset for SFM and transform the cam pose to Colmap format, but I found some mistake, can you give me some advice, process is below
First, I run [dateset_generator.py] to process Google Earth, then the [CameraPoses.csv] can be generated
Second, I read the code in [dateset_generator.py] , cam pose in .csv means Camera2World transform, so I should change it to W2C following Colmap
Finally, I read the code in [inference.py] and [diff_gaussian_rasterization/init.py], I think W2C is also needed for Gaussian render too, then I found "_get_w2c_matrix(self, cam_position, cam_quaternion)" function, I use the same code for Colmap format, but it doesn't work well. For SFM, I use Triangulator directly, but the reconstruction result is wrong.
So I think the cam coord is maybe wrong and also a question for gaussian render, can you give me some advice,
The text was updated successfully, but these errors were encountered: