Point-Transformers icon indicating copy to clipboard operation
Point-Transformers copied to clipboard

Point Transformers

Results 32 Point-Transformers issues
Sort by recently updated
recently updated
newest added

Hello. I am getting this error everytime I run the code /home/myuser/anaconda3/envs/myenv/lib/python3.7/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'cls': Defaults list is missing `_self_`. See https://hydra.cc/docs/upgrades/1.0_to_1.1/default_composition_order for more information warnings.warn(msg, UserWarning) /home/myuser/anaconda3/envs/myenv/lib/python3.7/site-packages/hydra/core/default_element.py:126: UserWarning: In...

In my experiment based on shapenet, thebest inctance avg mIOU is only 84.4%, which is 2% lower than that in the paper. Do you know the reason?Thank you very much

I have trained the part segmentation part following your train_partseg.py. And the performance is not well.Is there anything I need to pay attention to ? `Best accuracy is: 0.64983, Best...

RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)`

Hi.I tried to use the test_part of pointnet2 to test Hengshuang's model,but I failed. Can you provide the test file? thx

Hello, When I used ModelNet 40 and other dataset to train Point Transformer(Hengshuang), I found after the 3rd epoch, the test accuracy would be higher than train accuracy. It makes...

Sorry to cause you trouble, follow your issue 7 "pip install hydra-core" to install, also tried "pip install hydara-core==1.0.1", but there will still be problems, as follows: " D:\Anaconda\lib\site-packages\hydra\core\utils.py:143: UserWarning:...

Thank you for your great work ! I wonder the hardware requirements for the all three versions of Point Transformer. It seems that Hengshuang's method needs 4 24GB GPUs (TITAN...

I trained the Hengshuang's model. Under the default setting, I only got 89.7177 (instance average Acc). How to reproduce the result "91.7" listed in the table. ![image](https://user-images.githubusercontent.com/15032403/150080844-8ea363a5-b5eb-4238-ade9-8f91271cbb5b.png)

I find there are 6 columns in a text file. I understand the first three columns are the coordinates of a point(XYZ), but what do the other three columns stand...