PoinTr
PoinTr copied to clipboard
[ICCV 2021 Oral] PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers
hi, Thank you for your work. There was an issue when I ran PCN to train the model using the following command python tools/inference.py --model_config cfgs/PCN_models/PCN.yaml --model_checkpoint ./weight/PCNnew.pth --pc /data/datasets/suwa_cut_foot_2978_40960/13073/13073_auto_foot.ply...
I believe it's the same issue as #110. ``` running install /home/q84sun/miniconda3/envs/pointr_py3.7/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, /home/q84sun/miniconda3/envs/pointr_py3.7/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command...
Hi, I encountered the following error when installing PointNet++. I'm not sure if it's a compatiable problem. ``` (pointr_py3.7) q84sun@alchemy:/usr/bin$ pip install "git+https://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib" Collecting pointnet2_ops Cloning https://github.com/erikwijmans/Pointnet2_PyTorch.git to /tmp/pip-install-lev6u0kf/pointnet2-ops_9e2617bea81344689a33722bdac6320c Running...
When i settle down the environment required and run the sentence python tools/inference.py cfgs/PCN_models/AdaPoinTr.yaml ckpts/AdaPoinTr_PCN.pth --pc_root demo/ --save_vis_img --out_pc_root inference_result/ then it returns 2024-08-03 13:13:59,386 - MODEL - INFO -...
Is it normal for the training weights of projected-shapenet55 to have requirements for the size of the input point cloud during testing, and only changing the size of some point...
Adapointr模型转换成onnx后,用onnx-runtime推理出来的结果是错的,请问怎么解决呢?
Can the model after inference (fine.jpg) be exported as a PLY file? 
Why does the number of points in input.jpg, after inference, greatly decrease compared to the point cloud data I created? (The blue point cloud represents an apple.) ...
Hello, thank you for your great work! I am a beginner in point cloud completion, and when using this code to infer other airplane point clouds in Shapenet, I found...
Dear authers, Congratulations on your fatasitic works. To apply your framework on my own dataset, which is to complete point cloud obtained by a depth camera with 114 categories, I...