-
Notifications
You must be signed in to change notification settings - Fork 97
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
Weird artifacts while running on custom mesh #13
Comments
Hi, the automatic normalization does not always work. In such a case you may need to manually scale and translate to spatially align the model to the reference SMPL standard model. For example, the trackerman in the attached file should work (I simply manually align it to the reference model) |
Hi! I aligned my example mesh with these trackerman.obj file manually and triangulated my mesh at the end. But I still have these artifacts. Here you can see my mesh aligned with the trackerman. I don't know how precise the alignment should be. But I guess it's not always possible to make it very precise as the character may vary in shape a lot. The command I run with my character:
|
Hi, this model contains many non-manifold edges while our MeshCNN model relies on "good" local connectivity. This can be one of the causes of this failure. |
Thank you for this information. I was trying to use another model instead, that I made from scratch with just meta-balls that I converted later to mesh. I think the geometry shouldn't be non-manifold there (Blender does not select any non-manifold pieces). In case you are interested in the model file, it's here. |
Hi, thanks for your question. Since our model is trained with SMPL model, it is expected to work with humanoid-like model. So yes, the input model should be similar to humanoid-like proportion. Though SMPL does cover some extreme case for humanoid, but it doesn't cover this case you showed. If you simply want the automatically generated rigging without blend shapes, I would recommend RigNet to you: it is designed to work with all kinds of model. |
I am trying to run this on custom meshes and I am getting this weird artifact. I am using this model from SketchFab - https://sketchfab.com/3d-models/trackerman-5b04147173fd41f19ccd4fe42f549a15 and also with a custom mesh. I have triangulated the mesh and calling is using normalize -


python demo.py --pose_file=.\eval_constant\sequences\greeting.npy --obj_path=.\eval_constant\meshes\trackerman\trackerman.obj --animated_bvh=1 --obj_output=0 --normalize=1
. Any possible reason for why could be happening and any suggestions/filters to avoid this, would be greatly appreciated.The text was updated successfully, but these errors were encountered: