satojkovic/DeepLogo

FileNotFoundError: [Errno 2] No such file or directory: 'deep_logo.pickle'

phanlong95 opened this issue · 5 comments

can u help me, please
when i run code .
error -> FileNotFoundError: [Errno 2] No such file or directory: 'deep_logo.pickle'

@phanlong95

Do you get the following output when you run crop_and_aug.py and gen_train_valid_test.py?

$ python crop_and_aug.py 
train_annotation: 4536, 7 
Skip:  2662264721.jpg
Skip:  2662264721.jpg
Skip:  2662264721.jpg
Skip:  2662264721.jpg
Skip:  2662264721.jpg
original: 1079
cropped: 217488
$ python gen_train_valid_test.py 
Pickling flickr_logos_27_dataset/flickr_logos_27_dataset_cropped_augmented_images/Adidas/train.pickle.
flickr_logos_27_dataset/flickr_logos_27_dataset_cropped_augmented_images/Adidas/train
Full dataset tensor: (9216, 32, 64, 3)
Mean: -0.0256174
Standard deviation: 0.352043
Pickling flickr_logos_27_dataset/flickr_logos_27_dataset_cropped_augmented_images/Apple/train.pickle.
flickr_logos_27_dataset/flickr_logos_27_dataset_cropped_augmented_images/Apple/train
Full dataset tensor: (9252, 32, 64, 3)
Mean: 0.123781
Standard deviation: 0.300593
...
Pickling flickr_logos_27_dataset/flickr_logos_27_dataset_cropped_augmented_images/Yahoo/test.pickle.
flickr_logos_27_dataset/flickr_logos_27_dataset_cropped_augmented_images/Yahoo/test
Full dataset tensor: (1380, 32, 64, 3)
Mean: 0.262351
Standard deviation: 0.310276
Compressed pickle size: 1474800508

@phanlong95

I think that you got the same error in #4.
Could you check that issue?