PoinTr icon indicating copy to clipboard operation
PoinTr copied to clipboard

[ICCV 2021 Oral] PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers

Results 85 PoinTr issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great work! I have a question about Table 1 of the paper, for the table below, did you train a model for each category separately and...

Hello Authors. I'm not quite sure if the following error message is caused by my installation error. `ModuleNotFoundError: No module named 'pointnet2_ops'` In the case when I run `bash ./scripts/train.sh...

I was getting completely inconsistent results and couldn't figure out why. It turns out I had to call `contiguous()` on the point clouds before measuring the results with `ChamferFunction`. It...

Hello and congrats on your work! I have my own dataset which I would like to train PoinTr on, the dataset consists of one category of objects and I am...

If I have only one partial point cloud and want to do forward with your pre-trained model, how do I adjust the scale and center of the partial point cloud?

Hi, When I test with my own dataset, I want to change the point cloud points of the test output. Where do I need to modify it?

Sorry for disturbing. I have some problem on fine tuning with pretrained parameters. I tried to fine tune the ShapeNet55 PoinTr on a specific "Bench" subset of ShapeNet. What I...

Hi @yuxumin, First of all, thank you very much for this excellent piece of research! While going through the code, I had a question concerning the way you normalize the...

Hi, Thanks for your great work. I would like to train the model using multiple GPUs but I receive this error: " _RuntimeError: CUDA error: invalid device ordinal CUDA kernel...