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

Batch training actually mix points together? #47

Open
symphonylyh opened this issue Aug 29, 2021 · 1 comment
Open

Batch training actually mix points together? #47

symphonylyh opened this issue Aug 29, 2021 · 1 comment

Comments

@symphonylyh
Copy link

symphonylyh commented Aug 29, 2021

By looking at the code, it seems when batch_size > 1, point cloud coords and features from different scenes are stacked together. Namely, the data in each batch is multiple scenes overlapped altogether. Although there is a batch_idx at the 1st column coords[:,0], this information is not used in the backbone spconv.

Then by applying spconv, wouldn't it be computing features over an overlapped point cloud? I am assuming the spconv should capture local features in the point cloud, but this doesn't make sense if we apply to an overlapped point cloud. Can anyone check if my understanding is correct? Thanks

@saladcat
Copy link

same question

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