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

Generating Point Cloud Pair Lists and Ground Truth Transformations for Custom Datasets #18

Open
hankeceli opened this issue Jan 1, 2024 · 1 comment

Comments

@hankeceli
Copy link

Hello,

I am currently experimenting with HRegNet using the Lyft Perception dataset. Given my novice understanding of point cloud registration, I apologize in advance for any basic questions.

In the README.md file, it is mentioned that:

The point cloud pairs list and the ground truth relative transformation are stored in data/kitti_list and data/nuscenes_list.

For my experiments with a Lyft dataset, I am uncertain about how to generate or compile the necessary txt files. Could you please guide me on the process of creating these txt files for a custom dataset?

I appreciate your assistance.

Thank you.

@FanLu97
Copy link
Collaborator

FanLu97 commented Jan 6, 2024

Hi, thanks for your interests.
We only require the source point cloud, target point cloud and the relative transformation (R, t) from source point cloud to target point cloud. Each line of the txt file are organized as "[source file name] [target file name] [12 dim transformation matrix (3x4)]". You can organize your data according the format. You may modify the dataloader (data/kitti_data.py or data/nuscene_data.py) to load your own data.

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

2 participants