Dongsu Zhang
Dongsu Zhang
@Yang7879 Do you have any ScanNet pretrained models? If you do, it would be really be appreciated
Thanks for the quick response!!
I tested your trainset only pretrained model, and I don't think it works as expected.... I've tested with the code from the MinkowskiNet/indoor.py (just replacing weights.pth with this pretrained model)...
Thanks, I previously just used models from MinkowkiNet, and that must have been the problem.
Thank you!!
It seems like one commit changed the architecture of ResNet! Erase `(repo root)/models/networks.py` line 219 ~ 230 and add ``` if use_dropout: blocks += [nn.Dropout(0.5)] blocks += padAndConv[padding_type] + [norm_layer(dim)]...
@kentang-mit Thanks for the quick reply! However, to the best of my knowledge, the [spnn.Conv3d module](https://github.com/mit-han-lab/torchsparse/blob/master/torchsparse/nn/modules/conv.py) does not take in the generative argument currently. Is there a quick way to...
@kentang-mit Thanks for the reply!! Is works. Still I'm quite not sure as how to obtain the features of the generative convolution. For example, I wish to obtain the neighborhood...