paul007pl / MVP_Benchmark

MVP Benchmark for Multi-View Partial Point Cloud Completion and Registration
https://mvp-dataset.github.io/
Apache License 2.0
119 stars 10 forks source link

whether to allow the use of traditional methods? #5

Closed wanghuayou1028 closed 2 years ago

wanghuayou1028 commented 3 years ago

For the registration task, whether to allow the use of traditional methods?

paul007pl commented 3 years ago

It is allowed to use traditional methods, but it is not encouraged. It is also not encouraged to refine your registration results by using ICP... In the phase II, we will test your submmited methods, and we won't use ICP-based refinements.

  1. it can be unfair
  2. many traditional methods are memory-expensive and time-consuming
  3. the objective of this challenge is "learn to register partial point clouds"

In the end, we prefer to select the learning-based methods as the best solutions, unless significant improvements and clear contributions are achieved in the proposed traditional methods.