fpthink
fpthink
I'm very sorry. Code is now open.
> found the issue. > > change all > > ``` > #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x, " must be a CUDAtensor ") > #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x, " must be...
> Will you share the training log as well as the model weights on scannet v2? We conducted the experiment on the scannet v1, and we will supplement the results...
I'm very sorry. Code is now open. @jibrilmuhammadadam @wuzeww
Sorry for replying you so late. Our evaluation code and pretrained models have been released.
> Hi, thanks for your amazing working. I have a few questions about the evaluation parts. > > I noticed that you use the different training dataset as PointFlow. but...