Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Simulation data #15

Open
amine-chaabouni opened this issue Apr 18, 2023 · 5 comments
Open

Simulation data #15

amine-chaabouni opened this issue Apr 18, 2023 · 5 comments

Comments

@amine-chaabouni
Copy link

amine-chaabouni commented Apr 18, 2023

Hello,

I am trying to use your work in a simulation data registration.
I started with a simple example. I am working with Webots and ROS.
After getting a pointcloud from a Lidar, I convert it to an Open3D PointCloud object and save it to a ply file.
I then use the demo file (and the pretrained models that you provided) to register the cloud to itself (expecting an identity transformation)
However, I get this result:
image

Do you have any idea why this is happening ?

@yewzijian
Copy link
Owner

Hi, if you can run it on the provided point clouds successfully, I suspect (although not sure) that it's due to domain difference between the training data and your dataset. It does look quite different from the 3DMatch point clouds, particularly the point density.

@amine-chaabouni
Copy link
Author

Hi,
Thank you for your response.
So, training the pre-trained model on a similar dataset as the point clouds I'm using will make it performant for my case?

@yewzijian
Copy link
Owner

yewzijian commented Apr 19, 2023 via email

@lcxiha
Copy link

lcxiha commented May 19, 2023

Hello,

I am trying to use your work in a simulation data registration. I started with a simple example. I am working with Webots and ROS. After getting a pointcloud from a Lidar, I convert it to an Open3D PointCloud object and save it to a ply file. I then use the demo file (and the pretrained models that you provided) to register the cloud to itself (expecting an identity transformation) However, I get this result: image

Do you have any idea why this is happening ?

Hello, may I ask if your dataset contains not only two frame point cloud transformation matrices, but also the overlapping scores of two point clouds? What is the role of overlapping scores? Looking forward to your reply.

@lcxiha
Copy link

lcxiha commented May 29, 2023

Hello,

I am trying to use your work in a simulation data registration. I started with a simple example. I am working with Webots and ROS. After getting a pointcloud from a Lidar, I convert it to an Open3D PointCloud object and save it to a ply file. I then use the demo file (and the pretrained models that you provided) to register the cloud to itself (expecting an identity transformation) However, I get this result: image

Do you have any idea why this is happening ?

Hi,may I consult if the simulation point cloud data you are using is in the global coordinate system or the carrier coordinate system?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants