Colin97/Point2Mesh

pickle.load ran out of input at dataset.py

Yi-Hsuan-Su opened this issue · 6 comments

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

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

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

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

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

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

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