Qimin Chen

Results 10 comments of Qimin Chen

hi, I also ran into this problem, did you solve the problem? thanks

thanks for the help, I also noticed from [mesh-voxelization](https://github.com/davidstutz/mesh-voxelization#usage) that the first step is to scale the raw meshes to lie in [0, H] x [0, W] x [0, D]...

Hi @udaykusupati, I found a way to vectorize the code in Pytorch but without using `val_mask` which might cause some information loss. It's pretty hard to vectorize the computation with...

Hi @Caenorst, thank you so much, this is definitely helpful! By the way, does it only work for ShapeNet.v2? What about v1

perfect thanks, and yea I agree. Let me try it out very quick and I will let you know how it goes! Thank you so much

Hi @Caenorst, I just tested the fast_mesh_sampling.py and it works perfectly fine for ShapeNetV1 and V2 so far. Thank you so much, this saves me a lot of time! Really...

below example is `8a4f09913603d76cb8cf782e8c539948` from ShapeNet v1 Car category, 1st image is a snapshot of mesh in Meshlab, 2nd image is the sampled color point cloud using fast_mesh_sampling.py, I didn't...

Hi @Caenorst, I'm not sure if this is an issue, I tested `fffb1660a38af30ba4cf3601fb6b2442` from ShapeNet v2 Car category, the 1st image is the snapshot from Meshlab, the 2nd image is...

are there any ways to improve the sampling?

Thanks, I will try both. Please let me know if you have any updates on this MR for solving the glitches issue. Appreciate it.