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

Why use intensity transform in sa_da #103

Open
xuwentai opened this issue Oct 7, 2023 · 0 comments
Open

Why use intensity transform in sa_da #103

xuwentai opened this issue Oct 7, 2023 · 0 comments

Comments

@xuwentai
Copy link

xuwentai commented Oct 7, 2023

Thank you for your excellent work.I am interested in sa_ Da is quite interested and would like to study it carefully. I am interested in sa_ Da_ The 180 line code in the v2. py file is a bit confusing.

180                        # for intensity transform
181                        new_to_swap_points_intensity = recover_points_intensity_by_ratio(
182                            swapped_points_intensity_ratio, to_swap_points[:, -1:].max(),
183                            to_swap_points[:, -1:].min())
184                        new_swapped_points_intensity = recover_points_intensity_by_ratio(
185                            to_swap_points_intensity_ratio, swapped_points[:, -1:].max(),
186                            swapped_points[:, -1:].min())

Use the last column to_swap_points of as the strength value, but it only contains xyz. The shape of the input points is points: [num_points, 3], and it does not contain the strength value,
Can the author provide a brief explanation,thankyou.

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

1 participant