Results 13 comments of Hsueh-Ti Derek Liu

Besides what Alec has mentioned, I also like this segmentation algorithm "Robust Region Detection via Consensus Segmentation of Deformable Shapes" and you can find the implementation here: https://vision.in.tum.de/members/rodola/code

@FrankEscobar Yes, the method can segment a mesh into subparts. It uses shape signatures to represent each vertex, runs clustering algorithms multiple times with different initializations on a mesh, then...

Thanks for the question. I wonder how you executed the script? I tried to reproduce the error on my macOS using Blender 3.2.2, but I failed. What I did was...

Thanks for this super interesting paper. I encountered the same issue with `mxUnshareArray`. I tried to compile it with R2020a, and I got ``` path/hsc/mex_funs/hsc_sparsify_and_compensate.cpp:29:17: error: functions that differ only...

ohh we have a newer version of this that supports mesh with boundaries here https://github.com/HTDerekLiu/surface_multigrid_code/tree/main/09_random_subdiv_remesh. You could try this out to see whether it works :)

Hmm I can't recall where I found a cleaned manifold version of the dataset. But I was able to locate the meshes I used in the original paper in my...

This should be the centaur shapes I trained on https://www.dropbox.com/scl/fi/2g700mmwg5gtp6q5kbpjz/centaur_training_shapes.zip?rlkey=t5t3cpoz60bfdf0p0dg09fs81&dl=0

Hi, you can download TOSCA from Vova's website http://www.vovakim.com/projects/CorrsBlended/doc_data.html

Re: TOSCA I closed the mesh (see attached). Alternatively, you could make it work by doing some padding too. [tosca_closed.zip](https://github.com/user-attachments/files/16852578/tosca_closed.zip) Re: Metro Sorry it has been a while, I couldn't...

Based on the file name, this should be the ones I was using (not 100% sure, it has been a while) - tosca test data: https://drive.google.com/file/d/1BKbFRmXMToMMr0o6zr1j3AYbAruuOcLD/view?usp=drive_link - tosca train data:...