Replies: 1 comment
-
For anyone with same issue: it is caused by big coordinates of lidar points. You can re-center the point cloud to avoid the issue. If your point cloud is huge though and already re-centered, I am not sure if there is anything to help (probably scaling?) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
VisualizerWithEditing
and getting crazy distortion at the point cloud and also on points I select. The point cloud also flickers a lot when I zoom/move the viewpoint, rendering the point selection capability almost unusable. I usedVisualizerWithEditing
and did not observe this issue before with different data. However, in CloudCompare my data does not seem to have any issues. Also, the issue keeps occurring even if I downsample the point cloud, and at any level of zooming in/out.Anyone had similar issue and what it was caused by? I am not sure in which direction I should even search (data incompatible with open3d? drivers? backend?)
![Screenshot from 2024-07-28 23-38-27](https://private-user-images.githubusercontent.com/23455259/352871301-7583ab8f-1d0e-4124-a50a-a70c94961f15.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Mzg2NzcsIm5iZiI6MTczOTQzODM3NywicGF0aCI6Ii8yMzQ1NTI1OS8zNTI4NzEzMDEtNzU4M2FiOGYtMWQwZS00MTI0LWE1MGEtYTcwYzk0OTYxZjE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA5MTkzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJhOTAxMmQ1Y2U1MWZmYWYyNmVhZGNkOGU4N2YyZjkwMzQyZTkyYjRlMWNmNzQ5MTAxOGM4ZDYwZDRhMmNmY2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Qh39CddYszxAvi59dAEwaAZ4SSmEF4Mdww2SF6Rgot4)
![Screenshot from 2024-07-28 23-38-35](https://private-user-images.githubusercontent.com/23455259/352871288-faa59e94-8ec6-4e55-9884-8d60057c48cb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Mzg2NzcsIm5iZiI6MTczOTQzODM3NywicGF0aCI6Ii8yMzQ1NTI1OS8zNTI4NzEyODgtZmFhNTllOTQtOGVjNi00ZTU1LTk4ODQtOGQ2MDA1N2M0OGNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA5MTkzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5YjZkMjNkZGFlYTc4MzY0YTc2MmVkYWEyZjJlODlhNTk0NWJiNjY3ZmY5ODQyNjQ3MThjNzYyZDA3YjA2YTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.p3qMFpqPgOUfXpRTrCnNhZEy_-LaYd5UyomvLaeFKiY)
Beta Was this translation helpful? Give feedback.
All reactions