ImageAI icon indicating copy to clipboard operation
ImageAI copied to clipboard

OSError: Unable to open file (truncated file: eof = 186683120, sblock->base_addr = 0, stored_eof = 246969744)

Open BorisOZ opened this issue 6 years ago • 3 comments

While following this tutorial, https://medium.com/deepquestai/train-object-detection-ai-with-6-lines-of-code-6d087063f6ff everything worked fine using their materials however when I trained my own object detector thing using their steps it gave me the above error when I tried using it instead. The full logs I got are in this pastebin: https://pastebin.com/D1MYrSi6

It's probably something dumb I did wrong but any help would be greatly appreciated, thanks.

BorisOZ avatar Aug 23 '19 13:08 BorisOZ

Hello, there is a chance the pretrained_yolov3.h5 model file partially downloaded. Try to download it again and run your training code.

OlafenwaMoses avatar Aug 23 '19 14:08 OlafenwaMoses

Hello, there is a chance the pretrained_yolov3.h5 model file partially downloaded. Try to download it again and run your training code.

thanks, that worked!

marcoaaz avatar Mar 04 '21 23:03 marcoaaz

OSError: Unable to open file (truncated file: eof = 508788154, sblock->base_addr = 0, stored_eof = 538771776) issue

olfaskri avatar Apr 19 '22 01:04 olfaskri