CRAFT-Remade
CRAFT-Remade copied to clipboard
Loading cache.pkl while debugging
In the class DataLoaderSYNTH in the file train_synth/dataloader.py the code is dumping and then loading the cache.pkl in case of debugging. Thought the cache.pkl is being dumped but it can't be reloaded. Error appears: ran out of input Code: self.imnames, self.charBB, self.txt = pickle.load(f)
Any idea how to resolve this issue.
Hello @malodhi .
Could you check this stack overflow link?
https://stackoverflow.com/questions/24791987/why-do-i-get-pickle-eoferror-ran-out-of-input-reading-an-empty-file