Ameliecc
Ameliecc
你好,邮件我已收到,我会尽快阅读并且给您回复。
Hi~I met the same problem as you, how did you solve it later?
你好,邮件我已收到,我会尽快阅读并且给您回复。
Hi, how to save the skeleton without the mesh?
I run the following code, however, the mesh seems strange, could you tell me what the problem is? Thanks a lot. **The code:** ```python import open3d as o3d import matplotlib.pyplot...
Hi, thank you very much for your help, and I'm really sorry for taking so long to reply to your message. My goal is to save the calculated skeleton lines....
I would like to optimize the skeleton line and calculate the length of the extracted skeleton line. However, when i use " skel.save_swc('skeleton.swc')", it saved the mesh only. As depicted...
Attached is the code. ``` import open3d as o3d import matplotlib.pyplot as plt import numpy as np import skeletor as sk import trimesh import pandas as pd # reading a...
Thank you for your help. ❤