OptCuts icon indicating copy to clipboard operation
OptCuts copied to clipboard

Some mesh problem

Open YukiHaruna0824 opened this issue 6 years ago • 3 comments

I use OptCuts to my object, but some mesh split so slowly. I tried to adjust distortion bound, but this mesh split so slowly too. This is my mesh : https://drive.google.com/open?id=1w-D9C4mCm05pzI_CoN2XjzIJUir5pqzp

I use batch.py to run OptCuts.

YukiHaruna0824 avatar Dec 25 '19 15:12 YukiHaruna0824

Looks like there are merging and splitting that are oscillating under bijectivity mode. Probably because there are some numerical issue on the energy of the scaffolds. I will try to fix it soon. Meanwhile I tried to run it without scaffolding which turns out fine, and I can even push Ed down to 4.01. To try it you can modify the 12th line of batch.py to runCommand = FracCutsPath + ' 10 ' + meshFolderPath + inputModelNameI + ' 0.999 1 0 4.02 0 0'

liminchen avatar Dec 26 '19 05:12 liminchen

I also took a look at the mesh and I saw many extremely skinny triangles on the boundary. Those could also make the scaffolding energy numerically inaccurate. But anyway I will see whether there's a way to fix it.

liminchen avatar Dec 26 '19 05:12 liminchen

Thank you!! I will try it.

YukiHaruna0824 avatar Dec 26 '19 05:12 YukiHaruna0824