Skip to content
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

How to render at known points #72

Open
happykk-coding opened this issue Dec 10, 2024 · 0 comments
Open

How to render at known points #72

happykk-coding opened this issue Dec 10, 2024 · 0 comments

Comments

@happykk-coding
Copy link

happykk-coding commented Dec 10, 2024

Dear author,
I have some points, and I know their poses in the point cloud. I want to use these points as pseudo cameras to obtain images rendered from the pseudo cameras.
Currently, I have modified the render_video function in render.py to directly assign the poses of the pseudo cameras to render_poses.

FSGS/render.py

Line 63 in a536a64

render_poses = generate_ellipse_path(views)

However, the results I obtained are not quite right.

->I would like to ask, is the coordinate system of render_pose not the same as that of the point cloud? If not, what should it be?

Here is an example of my error: I selected a point on the surface of the object being held as the pose of the pseudo camera, and the rendered image I obtained is as follows. Clearly, this rendered image shows that the camera does not appear to be on the object being held.

微信图片_20241210155849
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant