Skip to content

Commit 981a81e

Browse files
committed
fixing number of imgs limit
1 parent a6bf660 commit 981a81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predictor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def closetn(node, nodes):
164164
print(c)
165165
f = False
166166
## start looping through samples:
167-
while c < 150 and not f:
167+
while c < 400 and not f:
168168
msk = [] # masks for each samples
169169

170170
gp = [] # green points

0 commit comments

Comments
 (0)