Ishan Misra
Ishan Misra
We followed prior work and used the VoteNet codebase for our evaluations (https://github.com/facebookresearch/votenet/blob/main/utils/box_util.py#L92) It's quite surprising that it returns 0. Can you check that codebase and see if it returns...
We followed PointNet++ for this design decision, where the downsampling is performed after the first layer. In initial experiments, directly downsampling gave worse results.
`num_semcls` needs to be the number of classes you have (1). It is set to 10 in your code snippet.
`num_angle_bin` is used for datasets like SUN RGB-D when the boxes are rotated. For ScanNet, the boxes are axis-aligned, so the `angle` part is not used. So, if your boxes...
Hi @liudaxia96 I haven't seen this error. It seems to be raise in tensorboardX. Could you try running the code without tensorboard logging?
Hi @sunmaosheng755 Apologies for the late response. I have responded to your detailed email.
@ch3cook-fdu thanks for your interest. Which loss function weights are you looking at? The paper screenshot is here: The no_object_weight of 0.25 was more stable across runs, although you can...
Ah, I see what you mean. The weights in the paper are for an older version of the loss that was normalized differently, and so the repo has the right...
Hi @osanseviero We'd be happy to share our models there, but it maybe a while since we are busy with a paper deadline. I'll keep this task open for the...