Commit 7eab92cc4c7f5056570492e239cf4054fef1dc65

Authored by Chunk
1 parent 201f2fd1
Exists in master and in 1 other branch refactor

staged.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mdata/crop.py
... ... @@ -2,7 +2,7 @@ __author__ = 'chunk'
2 2  
3 3 import os, sys
4 4 from PIL import Image
5   -from common import *
  5 +from ..common import *
6 6 import random
7 7  
8 8 base_dir = '/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val/'
... ...