moving data used by sample into a separate folder
small fix in find_obj.py
This commit is contained in:
@@ -29,7 +29,7 @@ from numpy.linalg import norm
|
||||
|
||||
SZ = 20 # size of each digit is SZ x SZ
|
||||
CLASS_N = 10
|
||||
DIGITS_FN = 'digits.png'
|
||||
DIGITS_FN = 'data/digits.png'
|
||||
|
||||
def split2d(img, cell_size, flatten=True):
|
||||
h, w = img.shape[:2]
|
||||
|
Reference in New Issue
Block a user