yyl

Results 2 comments of yyl

``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal ``` I use mesh vertexes and faces obtained using Marching Cubes.

Before passing data to the function, I convert to numpy as follows. ``` v = v_pos.detach().cpu().numpy() f = t_pos_idx.cpu().numpy() v_new, t_new = remesh_botsch(v.astype(np.double), f.astype(np.int32), 5, 0.035886, True) ```