MVP_Benchmark icon indicating copy to clipboard operation
MVP_Benchmark copied to clipboard

MVP Benchmark for Multi-View Partial Point Cloud Completion and Registration

Results 18 MVP_Benchmark issues
Sort by recently updated
recently updated
newest added

thank you for your amazing work! i meet a problem and i can not solve it, could you give me some advice? Traceback (most recent call last): File "/raid/MVP_Benchmark/completion/train.py", line...

Could you please provide a code for cascade_gan?

Hy, thanks for your work! During the training of the vrcnet, the following problem occurs: ![nan vrcnet](https://user-images.githubusercontent.com/53496133/171751881-10188599-ecad-405c-97e6-1958bb5c2a2d.png) Especially, the problem occurs whithin the function edge_preserving_sampling, which is called inside the...

‘MVP_Benchmark/completion/log/vrcnet_cd_debug_2021-06-18T16:36:20/test.log'

我在训练结束的时候,进入 eval() 函数进行测试的时候, 出现了以下问题 ``` return type(out)(map(gather_map, zip(*outputs))) TypeError: zip argument #1 must support iteration ``` 下面是训练过程的详细信息: ``` `INFO:root:Munch({'batch_size': 32, 'workers': 0, 'nepoch': 100, 'model_name': 'vrcnet', 'load_model': None, 'start_epoch': 0,...

Hi, Thank you for the amazing work. I tried to use the function [plot_single_pcd](https://github.com/paul007pl/MVP_Benchmark/blob/068495c60a93e60e8d8cc174a55c3f03b1d21815/completion/vis_utils.py#L35) to plot a point cloud from the training dataset, and I got the following error: ```---------------------------------------------------------------------...

Hi, Thanks for the terrific dataset! Since several methods are provided in this repo, I am wondering if there are any existing results with these methods, i.e. DCP, DeepGMR, and...