PanopticSegForLargeScalePointCloud icon indicating copy to clipboard operation
PanopticSegForLargeScalePointCloud copied to clipboard

eval batch_size?

Open cama36 opened this issue 2 years ago • 1 comments

Hello, is it necessary to set batch_size to 1 in the process of eval? Because I found that if batch_size!=1, the resulting blocks will not be merged. Does this have something to do with post-processing?

cama36 avatar Aug 03 '23 05:08 cama36

Hello, is it necessary to set batch_size to 1 in the process of eval? Because I found that if batch_size!=1, the resulting blocks will not be merged. Does this have something to do with post-processing?

Hi! Yes, the batch_size should be 1. It is the block_merging algorithm which is presented in the original paper and you could find the pseudocode in our paper. Hope it will answer your question. :)

bxiang233 avatar Aug 07 '23 08:08 bxiang233