jackd / template_ffd

Code for paper "Learning Free-Form Deformations for 3D Object Reconstruction"
80 stars 21 forks source link

Getting warnings in preprocessing #6

Closed saurabbhsp closed 6 years ago

saurabbhsp commented 6 years ago

Hi, While trying to execute

python render_cat.py plane

I am getting warnings. "Invalid clnors in this fan!". Should I ignore this warning? PS:- Images are still generated

jackd commented 6 years ago

Looks like an issue with blender and the original meshes (clnors is "custom loop normals"). It might result in a few small artefacts, so I guess you can chase it down if you want by preprocessing the meshes... but I've never bothered. See this post for more.

saurabbhsp commented 6 years ago

Thanks!!