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 is only ind[0] appended here? #1881

Open
fei1lee opened this issue Sep 28, 2024 · 0 comments
Open

Why is only ind[0] appended here? #1881

fei1lee opened this issue Sep 28, 2024 · 0 comments

Comments

@fei1lee
Copy link

fei1lee commented Sep 28, 2024

When using the Co3D dataset, if a batch loads two frames from the same sequence, they use the same point cloud, resulting in two identical pointcloud_ids

sequence_point_cloud.append(batch[ind[0]].sequence_point_cloud)
.
When it reaches
sequence_point_cloud.append(batch[ind[0]].sequence_point_cloud)
, the length of ind is greater than 1. If sequence_point_cloud only appends the point cloud from ind[0], it will cause the batch_size of sequence_point_cloud in the final FrameData to be inconsistent with other data. Is this a bug?

@fei1lee fei1lee closed this as completed Sep 28, 2024
@fei1lee fei1lee reopened this Sep 29, 2024
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