TreePartNet
TreePartNet copied to clipboard
This is the code repository implementing the paper "TreePartNet: Neural Decomposition of Point Clouds for 3D Tree Reconstruction".
Hello, I am trying to do the setup for using Treepartnet. My environment contains Python = 3.7.13 , cuda=11.5 and pytorch=1.5.0. If I try running "pip install -r requirements.txt" I...
Hello, I think this is a great idea, but I can't download the training data. Can u upload it again?
Hi there, Could you please advise how I can access your ground truth skeletons? Here is what I got so far: ``` def main(): f = h5py.File('../data/treepartnet/tree_labeled_train.hdf5','r') point_set, normal, labels,...
I am trying to get the skeletons as shown in Figure 2.f in your paper and the surface meshes but I can't find it in the source code. Is it...
作者您好,感谢你的精彩工作,我正在尝试用自己的数据复现TreePartNet。我先用ply2h5_transformer.py把ply点云转换成hdf5文件,通过test_foliage.py生成了foliage_seg.hdf5。然后把foliage_seg.hdf5输入test.py,但是报错:该文件中没有normals、isforks、codebook等属性。请问哪里出错了? @marktube
Hello, I want to use my own data set, how can I convert it to H5 format as required
Hi there, In your paper you compared your work against "[L 1 -medial skeleton of point cloud](https://dl.acm.org/doi/10.1145/2461912.2461913)" - did you manage to get their code running, or did you reimplement...
Hello, first of all, thank you for the interesting paper and for providing your code. Currently, the repository contains only the source code of the neural decomposition step of your...
Hello @marktube I hope this message finds you well. I have been working on running your project from GitHub for several days now but have encountered some challenges. I would...
Hi, Can you provide the real trees with dense foliage? Thanks!