PU-GAN
PU-GAN copied to clipboard
PU-GAN: a Point Cloud Upsampling Adversarial Network, ICCV, 2019
i find a error for you , in Docker/README.md,the 'docker build -t tensorflow/pu-gan -f Dockerfile .' is not 'docker build -t tensorflow/pu-gan -f Dockerflie .'.it fuck me one day............................................................................................
Hello, the Gaussian noise mentioned in your thesis experiment if self.opts.test_jitter: pc = pc_util.jitter_perturbation_point_cloud(pc[np.newaxis, ...], sigma=self.opts.jitter_sigma, clip=self.opts.jitter_max) pc = pc[0, ...]
Hello, I only found the test data in [](https://drive.google.com/open?id=1BNqjidBVWP0_MUdMTeGy1wZiR6fqyGmC). However, there is only 27 files with .off format. How can I get the test data with .xyz format? Thank you...
I want to test it, but I can't train because the cuda version is different. I'd like to receive the train result file and upsample the data file I want,...
tensorflow.python.framework.errors_impl.NotFoundError: libcudart.so.9.1: cannot open shared object file: No such file or directory
When running the metric evaluation, I found it is extremly slow for statue objects with faces more than one million. I want to know your enviroment and device for metric...
Hi Ruihui, Regarding data preparation in https://github.com/yulequan/PU-Net/tree/master/prepare_data. May I know what patch radius did you use for the training data in PU-GAN? Thank you!
Hi all, The paper shows that " randomly find 200 seed positions on each mesh surface, geodesically grow a patch from each seed", but I can't find where is in...
pre_data: data/test/out where is the gt_path?
did anyone use the evaluate.py to calculate the uniformity for different p successfully as the paper showed ? i tried but it seems to lack of _idx.txt and some files...