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

Data preprocessing to unify the meshes' vertex number and faces #20

Open
jleesdev opened this issue Aug 22, 2019 · 1 comment
Open

Data preprocessing to unify the meshes' vertex number and faces #20

jleesdev opened this issue Aug 22, 2019 · 1 comment

Comments

@jleesdev
Copy link

Hello,

First of all, really thanks for your great paper and code. I am trying to apply different dataset to your Network. For that, I tried to preprocess the dataset for the training. But it was not that easy. There are two main points for preprocessing.

  1. make all meshes have same number of vertices (to define the size of network)
  2. make all meshes have same connectivity (to use just one reference mesh file)

I am looking for some programs, ways, and methods to do these two preprocessing, but still don't know how to do that. How did you do that?

If you don't mind to share your knowledge and method to do that, please let me know.

Best Regards,
Jongwon Lee

@flyKite1998
Copy link

flyKite1998 commented Jan 6, 2022

Hello,

First of all, really thanks for your great paper and code. I am trying to apply different dataset to your Network. For that, I tried to preprocess the dataset for the training. But it was not that easy. There are two main points for preprocessing.

  1. make all meshes have same number of vertices (to define the size of network)
  2. make all meshes have same connectivity (to use just one reference mesh file)

I am looking for some programs, ways, and methods to do these two preprocessing, but still don't know how to do that. How did you do that?

If you don't mind to share your knowledge and method to do that, please let me know.

Best Regards, Jongwon Lee

Hello,

First of all, really thanks for your great paper and code. I am trying to apply different dataset to your Network. For that, I tried to preprocess the dataset for the training. But it was not that easy. There are two main points for preprocessing.

  1. make all meshes have same number of vertices (to define the size of network)
  2. make all meshes have same connectivity (to use just one reference mesh file)

I am looking for some programs, ways, and methods to do these two preprocessing, but still don't know how to do that. How did you do that?

If you don't mind to share your knowledge and method to do that, please let me know.

Best Regards, Jongwon Lee

hi, i am confused about those problems too, do you have some ideas about that now.? Thanks a lot.

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