ssd_keras icon indicating copy to clipboard operation
ssd_keras copied to clipboard

SSD_training: FileNotFoundError: [Errno 2] No such file or directory: '../../frames/frame02374.png'

Open jtara1 opened this issue 7 years ago • 3 comments

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?

jtara1 avatar Jun 16 '17 20:06 jtara1

You have to provide your own data to train on; the author could not include his images due to an NDA, as discussed on some previous Issues.

jogundas avatar Jun 18 '17 16:06 jogundas

Are there any instructions on how to provide your own data?

alexiskattan avatar Jun 28 '17 09:06 alexiskattan

@alexiskattan : no, there are no explicit instructions. You might have more luck with pure tensorflow implementation here.

jogundas avatar Jun 28 '17 10:06 jogundas