Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About dataset for surface reconstruction #12

Closed
Runsong123 opened this issue Feb 11, 2022 · 10 comments
Closed

About dataset for surface reconstruction #12

Runsong123 opened this issue Feb 11, 2022 · 10 comments

Comments

@Runsong123
Copy link

Dear baorui,

Thansk for sharing your great work!
From my understanding, for the surface reconstruction experiments, we need one network for each shape. And the Tab.1 and Tab 2 show the metric in ABC, FAMOUS dataset and ShapeNet. I want to make sure whether you just use the test part of these dataset ( ABC, FAMOUS dataset and ShapeNet) for the evaluation?

looking for your reply!

Best,
Runsong

@mabaorui
Copy link
Owner

HI Runsong,
Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

@Runsong123
Copy link
Author

Runsong123 commented Feb 15, 2022

HI Runsong, Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

Got it. Thanks for your reply. Sorry that I just notice it.
And I have tried your code, the results is quite good. But I feel confused about the scale of the final mesh. Cause the input data is normalized (I mean the file is normalized before sampling), I expect the final result shoud be in the same coordinate. But it was not. Could you tell me how to set the code to make the coordinate consistent (the final mesh and input file).
Many thanks in adcance. :)

@Runsong123
Copy link
Author

Runsong123 commented Feb 16, 2022

HI Runsong, Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

Thanks.
Cause there are different types in the ABC and FAMOUS dataset. (e.g. [dense, extra_noise, noisefree, original, sparse] in FAMOUS). Is the reported results calculated by average all type results?
Sorry to bother you again.

@mabaorui
Copy link
Owner

HI Runsong, Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

Got it. Thanks for your reply. Sorry that I just notice it. And I have tried your code, the results is quite good. But I feel confused about the scale of the final mesh. Cause the input data is normalized (I mean the file is normalized before sampling), I expect the final result shoud be in the same coordinate. But it was not. Could you tell me how to set the code to make the coordinate consistent (the final mesh and input file). Many thanks in adcance. :)
Hi Runsong,
From Line 421 to Line 426, the code normalizes the mode(your output mesh from marching-cubes).

vertices -= 0.5

@mabaorui
Copy link
Owner

HI Runsong, Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

Thanks. Cause there are different types in the ABC and FAMOUS dataset. (e.g. [dense, extra_noise, noisefree, original, sparse] in FAMOUS). Is the reported results calculated by average all type results? Sorry to bother you again.

Hi Runsong,
Table 1 reported noisefree dataset. Table 9 and table 12 reported other dataset of ABC or FAMOUSE.

@Runsong123
Copy link
Author

I see, Thanks. :)

@Runsong123
Copy link
Author

I see. Thanks again!

@Runsong123
Copy link
Author

HI Runsong, Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

Thanks. Cause there are different types in the ABC and FAMOUS dataset. (e.g. [dense, extra_noise, noisefree, original, sparse] in FAMOUS). Is the reported results calculated by average all type results? Sorry to bother you again.

Hi Runsong, Table 1 reported noisefree dataset. Table 9 and table 12 reported other dataset of ABC or FAMOUSE.

I found the noise-free in FAMOUS is also very sparse, did the Fig 4 report the "dense" of FAMOUS dataset?
And how about Fig.5?

@mabaorui
Copy link
Owner

HI Runsong, Thanks for your attention, in '4.1. Surface Reconstruction' we only use the test set.

Thanks. Cause there are different types in the ABC and FAMOUS dataset. (e.g. [dense, extra_noise, noisefree, original, sparse] in FAMOUS). Is the reported results calculated by average all type results? Sorry to bother you again.

Hi Runsong, Table 1 reported noisefree dataset. Table 9 and table 12 reported other dataset of ABC or FAMOUSE.

I found the noise-free in FAMOUS is also very sparse, did the Fig 4 report the "dense" of FAMOUS dataset? And how about Fig.5?
Hi Runsong,
Fig 4 and Fig 5 report dense result.

@Runsong123
Copy link
Author

Thanks very much!

Runsong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants