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

Running my own data #12

Open
IsakIngebrigtsen opened this issue Jan 17, 2023 · 2 comments
Open

Running my own data #12

IsakIngebrigtsen opened this issue Jan 17, 2023 · 2 comments

Comments

@IsakIngebrigtsen
Copy link

Hey, Great work done on this model. I plan to use it as part of my master's thesis, To test whether it can be used to improve navigation in a vehicle by doing point cloud registration between a georeferenced source point cloud, and a standalone target point cloud. In this scenario, I need to use my own data, and also global/absolute coordinates. Do you have any tips to implement XYZ data in the same format as kitti or nuscenes and use it on the already trained model, also are there any constraints in the model when it comes to using global coordinates?

Kind regards
Isak Foss Ingebrigtsen

@FanLu97
Copy link
Collaborator

FanLu97 commented Jan 23, 2023

Hello, thanks for your interests.
By using global coordinates, do you mean that the coordinate system is not under the vehicle coordinate system? If true, I recommend that you crop out the part of the point cloud that roughly overlaps with the current one that needs to be aligned and then recenter it by minus the center coordinates. The resulting point cloud should be more similar with the training data.

@nuo-1
Copy link

nuo-1 commented Mar 9, 2023

Hey, Great work done on this model. I plan to use it as part of my master's thesis, To test whether it can be used to improve navigation in a vehicle by doing point cloud registration between a georeferenced source point cloud, and a standalone target point cloud. In this scenario, I need to use my own data, and also global/absolute coordinates. Do you have any tips to implement XYZ data in the same format as kitti or nuscenes and use it on the already trained model, also are there any constraints in the model when it comes to using global coordinates?

Kind regards Isak Foss Ingebrigtsen

Hello, have you trained with your own dataset? How about the effect?

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

3 participants