RemeshΒΆ

[source]

We provide a wrapper of Continuous Remeshing for convenience.

# install torch_scatter following https://github.com/rusty1s/pytorch_scatter
# e.g., for torch2.1.0+cu121
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.0+cu121.html

# help
python -m kiui.cli.remesh --help

# example
python -m kiui.cli.remesh --mesh chest.glb --iters 1000