The-Learning-And-Vision-Atelier-LAVA / BUFFER

[CVPR 2023] BUFFER: Balancing Accuracy, Efficiency, and Generalizability in Point Cloud Registration
MIT License
68 stars 8 forks source link

batch_size #7

Closed liulxx closed 1 year ago

liulxx commented 1 year ago

Thanks for sharing your codes. When training the model, it seems that it does not support batch_size greater than 1. Will batch_size affect the accuracy of the model? Thank you.

aosheng1996 commented 1 year ago

Hi, @liulxx , thanks for your interest in our work!

We use parts of the implementations of D3Feat, so you can find the answer here. In our work, the batch_size doesn't affect the accuracy.

Best, Sheng

liulxx commented 1 year ago

Thanks!