marktube / TreePartNet

This is the code repository implementing the paper "TreePartNet: Neural Decomposition of Point Clouds for 3D Tree Reconstruction".
67 stars 19 forks source link

How to convert my own data set to H5 format? #8

Open ao216 opened 11 months ago

ao216 commented 11 months ago

Hello, I want to use my own data set, how can I convert it to H5 format as required

LinLin1031 commented 8 months ago

https://github.com/marktube/TreePartNet/blob/main/utils/ply2h5_transformer.py 这个应该就是的。 @ao216