Sangminhong / ACL-SPC_PyTorch

Official implementation of the paper "ACL-SPC: Adaptive Closed-Loop system for Self-Supervised Point Cloud Completion" (CVPR 2023)
34 stars 5 forks source link

would you please share test.txt and train.txt for loading shapeNet H5 files, thank you. #11

Closed MillyMaMa closed 8 months ago

MillyMaMa commented 8 months ago

Would you please share test.txt and train.txt for loading shapeNet H5 files, thank you very much.

    if split=="test":
       metadata = open(self.root+'/splits/'+self.cls_name+'_test.txt','r').readlines()
       self.metadata = [x.split('\n')[0] for x in metadata]
       self.partial = h5py.File(self.root+ self.cls_name+ '_data.h5','r')
       self.gt = h5py.File(self.root+ self.cls_name+ '_gt.h5','r')

    elif split=="train":
       metadata = open(self.root+'/splits/'+self.cls_name+'_train.txt','r').readlines()
       self.metadata = [x.split('\n')[0] for x in metadata]  
       self.partial = h5py.File(self.root+ self.cls_name+ '_data.h5','r')  
       self.gt = h5py.File(self.root+ self.cls_name+ '_gt.h5','r')   
Sangminhong commented 8 months ago

Hi, give me an email to sangminhong1227@gmail.com and I then will send those files.

MillyMaMa commented 8 months ago

Hi, give me an email to sangminhong1227@gmail.com and I then will send those files.

I have send email to you, pleae check it, thank you. @Sangminhong

Sangminhong commented 8 months ago

Hi, give me an email to sangminhong1227@gmail.com and I then will send those files.

I have send email to you, pleae check it, thank you. @Sangminhong

Hi, I didn't get any email. Could you resend it?

Aron-max1 commented 8 months ago

Hi, if you haven't received my email too, can you send it to the email address below:211339050@qq.com