Commit b797194fc15e78ded83afe8a661b576752a32497
1 parent
7d5a2ef3
Exists in
master
and in
1 other branch
staged.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
mdata/crop.py
| @@ -5,7 +5,6 @@ from PIL import Image | @@ -5,7 +5,6 @@ from PIL import Image | ||
| 5 | from ..common import * | 5 | from ..common import * |
| 6 | import random | 6 | import random |
| 7 | 7 | ||
| 8 | -ImageFile.LOAD_TRUNCATED_IMAGES = True | ||
| 9 | base_dir = '/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val/' | 8 | base_dir = '/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val/' |
| 10 | category = 'Test' | 9 | category = 'Test' |
| 11 | 10 |