Replies: 1 comment 1 reply
-
I am not totally sure if a neural network is the best approach to tackle this. Feels like some fixed function algorithm might perform better here. It will be hard to encode all the constraints you have on the output into the model IMO. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

my goal is to train a model that can perform automatic re-topology on 3D meshes. The aim is to transform irregular, non-topologically consistent meshes into regular, topologically consistent ones. The result will always have the same point count. I would appreciate any tips on what strategy should I follow to annotate the dataset for training. As an example, below I would need to establish a relationship between mesh A on the left (irregular) and mesh B on the right (regular) in order to train:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions