jdtoscano94 / Hybrid-RL-GAN-Point_Cloud_Completion

Teeth Mold Point Cloud Completion Via Data Augmentation and Hybrid RL-GAN (Paper Code)
MIT License
9 stars 0 forks source link

Missing files #1

Open fatimazahraeIm opened 1 month ago

fatimazahraeIm commented 1 month ago

Hello, sir. Thank you very much for the repository; it's very interesting. I encountered a problem and would appreciate your help. While executing the code, I found that the files 'P_Arrays/All_Fake_PCs.npy', './PC_Arrays/All_Fake_PCs(225, 2048, 3).npy', and 'FinalPCs-Train-Val-Test.npy' are missing. Could you please tell me how you generated them or provide me with the code to generate them? Thank you.

Ouma-el commented 1 month ago

Same problem!!

jdtoscano94 commented 1 month ago

Hi, Thank you so much for your message and I am sorry you are facing this issue. That file is used to generate the "noisy" or "incomplete" point clouds, which are required for the last step. So you can create it manually after generating the data with the iterative-GAN. While creating it, recall that I should contain 3 sets of point clouds, validation, test and train.

Unfortunately, I worked on this code several years ago, so I do not have the files anymore, so I cannot upload them.

fatimazahraeIm commented 1 month ago

Thank you for your response and guidance; I appreciate your help!