-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to obtain point cloud files in point cloud completion testing #21
Comments
Thank you for your patient reply. I will give it a try, |
@yizhiboyan ,Hello, I understand from your answer that you have successfully reproduced the point cloud completion. Have you encountered this problem? |
Hi,I haven't encountered this problem before,because I use https://github.com/AllenXiangX/SPD_jittorSPD_jittor.This version uses jittor, similar to pytorch,use python,you could try this.This is my environment configuration information, I hope it can be helpful to you.I use ubuntu20.04LTS packages in environment at /home/usrname/anaconda3/envs/spd_jittor:Name Version Build Channel_libgcc_mutex 0.1 main https://mirrors.ustc.edu.cn/anaconda/pkgs/main |
Hi,I have encountered a new problem. When I train the completion task,use SPD_jittor, I get the optimizer: none, print('epoch: ', epoch_idx, 'optimizer: ', optimizer.param_groups[0].get('lr')) Is there any problem with the parameter lr not present in param_groups [0]? |
@yizhiboyan Hello, I have also obtained the checkpoint and log files and I tried to save the test output point cloud as author advised, but I have difficulty in storing and obtaining the output completed point cloud(.pcd) generated through testing , would you please share your code for obtaining output point cloud? Thanks a lot and great appreciation! |
Hello,you would like to try this.
|
Thank you for your excellent work! I am a beginner who trained the point cloud completion task using your code and obtained the checkpoint and log files in the exp folder. How can I obtain the completed point cloud file (. pcd) generated during testing? Looking forward to your reply.
The text was updated successfully, but these errors were encountered: