OSError: Unable to open file (truncated file: eof = 186683120, sblock->base_addr = 0, stored_eof = 246969744)
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.
Hello, there is a chance the pretrained_yolov3.h5 model file partially downloaded. Try to download it again and run your training code.
Hello, there is a chance the
pretrained_yolov3.h5model file partially downloaded. Try to download it again and run your training code.
thanks, that worked!
OSError: Unable to open file (truncated file: eof = 508788154, sblock->base_addr = 0, stored_eof = 538771776)