how did you get the test data for the point upsampling task?
Thanks for your perfect work. But how did you get the test data for the point upsampling task? PU-GAN provides the training and testing mesh files. Which part did you use in your test data as the ground truth and input point clouds?
test_gt_path: /data1/xp/data/PUGAN/8192_gt_lxc test_input_path: /data1/xp/data/PUGAN/2048_input_lxc
I have the same question too, I hope I can get answer too, thanks a lot!
Hi, sorry for the late response! We get the ground truth point clouds (8192 points) with Poisson disk sampling from the testing meshes provided by PU-GAN.
Thanks a lot; I will have a look at PU-GAN