In cell 6 of SSD_training.ipynb there's a variable that seems to be a directory.
path_prefix = '../../frames/'
And when I run all cells I get the error:
FileNotFoundError: [Errno 2] No such file or directory: '../../frames/frame02374.png'
There's a parameter in the Generator class that uses the same value. Changing this value to a real folder doesn't help since the image file isn't found.
In cell 6 of SSD_training.ipynb there's a variable that seems to be a directory.
path_prefix = '../../frames/'
And when I run all cells I get the error:
FileNotFoundError: [Errno 2] No such file or directory: '../../frames/frame02374.png'
There's a parameter in the
Generator
class that uses the same value. Changing this value to a real folder doesn't help since the image file isn't found.Am I missing some data or something?