FastPointTransformer icon indicating copy to clipboard operation
FastPointTransformer copied to clipboard

Official source code of Fast Point Transformer, CVPR 2022

Results 8 FastPointTransformer issues
Sort by recently updated
recently updated
newest added

An error is reported when training the dataset, saying "Error while calling W&B API: permission denied ()". I checked the documentation of wandb and it says I don't have the...

Hellow! Thank you for your awesome work! I find that it takes 20 hours on A100 to train your model. Could I have a look at your training log on...

Before calling the script preprocess_s3dis.py,I need to download the data manually, right? Or automatic download in the script preprocess_s3dis.py? If I need to download it automatically,How to download the dataset?

Hi @chrockey, great work! Can you guide me on how to set up multigpu training? I have only 20GB gpus available, and when using batch size of 2 I obtain...

Thanks for your amazing work, and I have few questions about the implemention of this architecture. Thank you for any answers. 1. In the code of LightweightSelfAttentionLayer, why the inter...

result, COO, vals = MEB.coo_spmm_average_int32( RuntimeError: at /FastPointTransformer/thirdparty/MinkowskiEngine/src/gpu.cu:100 I encountered this issue during runtime.I don't know how to solve it. Can you help me take a look

Hello, I 'd like to know about whether in the implementation, the stride shoud be kept as 1. What other things I may need to do if I want to...

Hello, I would like to ask you how much memory and FLOPs your model runs on S3DIS, I would like to quote your paper, but there is something wrong with...