Xinyue Wei

Results 22 comments of Xinyue Wei

Hi the feature is added; use `-d` to enable convex hull max vertex contraint and `-dt` to set the max value.

I think TetWild and fTetWild have some parameters to control the precision of the results, such as `control_energy` and the `coarsen` option. And in my understanding, tetrahedral meshes are typically...

Hi, I think the issue stems from the random seed settings in CDT, but I wasn't able to resolve it before. I'll check it again when I have more time.

Hi the overlap extrude is added. You can enable it by adding `-ex` flag, and designate the margin by `-em`. Now I haven't added the smoothing radius. Hope the current...

I met the same issue on llff and mipnerf360 datasets

I think you need a newer GCC according to the error message `/torch/include/c10/util/C++17.h:13:2: error: #error "You're trying to build PyTorch with a too old version of GCC. We need GCC...

The library supports multi-GPU training, are you using the module as example here: https://github.com/SarahWeiii/diso?tab=readme-ov-file#batch-training ?

Hi, the code supports using OpenMP for parallel computing, have you already enabled that?

Hi here are the `.obj` and `.stl` files that coacd generated, by visualization I feel the results are reasonble, can you show the coacd result you generate to compare? I...

Did you add `clamp` when turning [-1, 1] to [0, 1]? I am afraid that when the input is slightly outside [0, 1], there might be a problem. Will also...