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

about data augmentation #35

Open
pummi823 opened this issue Mar 17, 2022 · 2 comments
Open

about data augmentation #35

pummi823 opened this issue Mar 17, 2022 · 2 comments

Comments

@pummi823
Copy link

Dear author: you mention that you use three data augmentation strategies include: rotate, flip, and scale transfer the point clouds. But, in your code, you look like have not do the same augmentation for the input image, will there occur wrong when you fusion the pc with img?

@Rtakaha
Copy link

Rtakaha commented Mar 2, 2023

Thank you very much for sharing your work, @happinesslz !

I have the same question.
Data augmentation is applied here, and AUG_DATA is True when the given config is used.

Rotation and scaling might not cause big misalignments if the parameters are small enough, but flipping should cause strong misalignments.

How should I align img and pcd? Thank you.

@Rtakaha
Copy link

Rtakaha commented Mar 2, 2023

Sorry that I didn't check previous issues enough. Now I understand how img and pcd are aligned.
As this comment mentions, pcd and img are aligned here, by storing the xy coordinate on image plane of each point.

Thank you!

# 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

2 participants