BPNet
BPNet copied to clipboard
What are the parameters of the model
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:
-
Are the backbone networks unet34 and minkunet18 respectively?
-
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?