BPNet icon indicating copy to clipboard operation
BPNet copied to clipboard

What are the parameters of the model

Open tryhere opened this issue 2 years ago • 0 comments

Thank you so much for exposing such great code.

In your paper, Table 1 and Table 2 are tested on two benchmarks, scannet2d and 3d, respectively. Regarding the parameter settings in the testing phase, I have the following questions:

  1. Are the backbone networks unet34 and minkunet18 respectively?

  2. You set the width and height of the image in the prepare_2d_data.py file to be 320 and 240 respectively, but the image of the scannet 2d benchmark should be 640*480. Did you upsample the output?

tryhere avatar Mar 08 '22 07:03 tryhere