SkeletonBridgeRecon icon indicating copy to clipboard operation
SkeletonBridgeRecon copied to clipboard

ply2mat

Open m3mory905 opened this issue 3 years ago • 2 comments

Could not save. mat file ,what should i do?

m3mory905 avatar May 03 '21 00:05 m3mory905

Sorry, I find that there is a small error in the L23 in ply2mat.py. Please replace this line "if not os.path.exists('./ShapeNetPointCloud' + cat):" with "if not os.path.exists('./ShapeNetPointCloud/' + cat):", and try it again.

tangjiapeng avatar May 09 '21 05:05 tangjiapeng

It seems no function called to save .mat file in ply2mat.py

Harvey-Mei avatar Jul 14 '21 11:07 Harvey-Mei