VasileiosBouzas / MeshPolygonization

68 stars 17 forks source link

The experimental data provided in the application code cannot achieve the experimental results in the paper #9

Closed lhbing-alt closed 3 years ago

lhbing-alt commented 3 years ago

Excuse me, the experimental data provided in the code cannot achieve the experimental results in the paper

lhbing-alt commented 3 years ago

I adjusted the parameters many times, but all failed

LiangliangNan commented 3 years ago

No actual information is provided :-( When reporting an issue, please let us know

BTW, here are the parameters used for the example data: https://github.com/VasileiosBouzas/MeshPolygonization/tree/master/data

lhbing-alt commented 3 years ago

The parameters of distance and importance are different for each data, so how to get the optimal parameters. In addition, the objective function consists of three energy terms: face coverage, data fitting, and model complexity. How to adjust these three parameters?

LiangliangNan commented 3 years ago

For this issue, you reported that the program failed to reproduce the expected result. Have you tested the given parameters? How do the results look like?

The parameters of distance and importance are different for each data, so how to get the optimal parameters. In addition, the objective function consists of three energy terms: face coverage, data fitting, and model complexity. How to adjust these three parameters?

This is a research prototype and it may require tuning the parameters. The best set of parameters always depends on the complexity of the object and the quality of the point cloud. For many models we have tested, the same set of parameters work well. I suggest you start with the default parameters and tune them when necessary. Please have a look at "About the parameters". It would also be very helpful to read our paper to understand how these
parameters affect the result.