Commit d2e524ef authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed ranges.

parent de262d05
......@@ -10,6 +10,7 @@
*.nav
*.snm
*.jpg
*.zip
images/BBB
images/Images
images/Infos
......
......@@ -138,8 +138,8 @@ class LearningSetGenerator:
return corners
for i in range(1):
for j in range(1):
for i in range(9):
for j in range(100):
try:
filename = '%04d/00991_%04d%02d.info' % (i, i, j)
print 'loading file "%s"' % filename
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment