How did I mess up my .pickle? I’m getting an “EOFError: Ran out of input” error, but the file isn’t empty. Where did my loop fail?
I have a python script which iterates through all of the videos in a directory and performs inference using a neural network to classify segments of the videos, and saves the inference results to a database which is saved as a pickle file. The idea each loop is to: