if-net
if-net copied to clipboard
data_processing/convert_to_scaled_off.py

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