AllenXiangX / SnowflakeNet

(TPAMI 2023) Snowflake Point Deconvolution for Point Cloud Completion and Generation with Skip-Transformer
MIT License
142 stars 16 forks source link

How to read Shapenet lmdb file? #11

Closed EternityDS closed 2 years ago

EternityDS commented 2 years ago

Hi,

Thanks for your work!

I noticed that your public shapenet training data is saved in 'train.lmdb'. May I ask how you read shapenet data from lmdb file?

AllenXiangX commented 2 years ago

Hi, you can refer to GRNet to read lmdb file.