Colin97 / Point2Mesh

Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
MIT License
92 stars 11 forks source link

pickle.load ran out of input at dataset.py #4

Closed Yi-Hsuan-Su closed 3 years ago

Yi-Hsuan-Su commented 3 years ago

pickle.load ran out of input during training. Did I do something wrong?

Colin97 commented 3 years ago

Could you provide the error message and the memory size of your machine?

Yi-Hsuan-Su commented 3 years ago

It seems that some of the dataset size is empty then result in pickle.load turn out to be error. How can I fixed it? image

Colin97 commented 3 years ago

This could be a mistake when i finally organizing the data, i have already update the data. Could you please try again?

Yi-Hsuan-Su commented 3 years ago

image I'm not really sure why the problem still exist. The file size is correct this time...

Colin97 commented 3 years ago

Sorry, it seems that 7084db*.p is still incomplete. You can download this single pickle file (updated) from the attachment.

I have checked that all the pickle files should be able to load from my end this time. Please feel free to let me know if the problem still exists. I will update the dataset file later (only change one file).

7084db2193bc9ee43d113b8340bd5029.p.zip

Yi-Hsuan-Su commented 3 years ago

It happens to be successful since I changed the file 7084db*.p only. I'll keep aware if there is other problem. Thank you.