jchibane / if-net

Implicit Feature Network (IF-Net) - Codebase
305 stars 59 forks source link

data_processing/convert_to_scaled_off.py #37

Open yjcaimeow opened 3 years ago

yjcaimeow commented 3 years ago

image

I can not understand why transform obj to off form.

Why not just change the line 33th from "mesh = trimesh.load(path + '/isosurf.off', process=False)" to "mesh = trimesh.load(path + '/isosurf.obj', process=False)"

Is there something error when load obj file? Looking for your reply.

Best, Ying