added some debugging
This commit is contained in:
parent
3f088ffb7d
commit
4ea4d6f142
@ -46,6 +46,8 @@ for file in os.listdir(input_folder):
|
||||
small_img,
|
||||
corners,
|
||||
ids)
|
||||
|
||||
# Debug
|
||||
for id in ids:
|
||||
print(id)
|
||||
print(corners[id[0]])
|
||||
@ -68,8 +70,8 @@ for file in os.listdir(input_folder):
|
||||
color=(255, 100, 255),
|
||||
thickness=-1)
|
||||
|
||||
print(x[i])
|
||||
print(y[i])
|
||||
print("x[%d]: %d"%(i, x[i]))
|
||||
print("y[%d]: %d"%(i, y[i]))
|
||||
print()
|
||||
|
||||
i += 1
|
||||
|
Loading…
Reference in New Issue
Block a user