You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to export the dynamic and static point cloud as ply files, and I find there are three lines related code in scene_reconstruction() which are commented out.
After exploring the definition of "save_ply_split(self, dynamic_pcd_path, static_pcd_path, dx_list, visibility_filter)", I was confused with two problems:
Is this function used to save/export the optimized gaussian point cloud as ply files with dynamic and static parts splited ?
What is the physical meaning of the input param "dx_list" ? what is its data structure and element content ? How to get such a dx_list to pass to this function ? More detailed info is welcomed.
Hoping to get your replies, thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, these three lines of code are some of my previous attempts. I haven't completely cleaned up the code yet, so some previous code remains. dx_list is a list that stores position deformation values. I tried to determine static and dynamic points based on this value. If you want to store them separately as point clouds, you can try modifying this function.
Hi,
I want to export the dynamic and static point cloud as ply files, and I find there are three lines related code in scene_reconstruction() which are commented out.
After exploring the definition of "save_ply_split(self, dynamic_pcd_path, static_pcd_path, dx_list, visibility_filter)", I was confused with two problems:
Hoping to get your replies, thanks in advance.
The text was updated successfully, but these errors were encountered: