if __name__ == "__main__":
This commit is contained in:
parent
2c1faf6408
commit
630ee78a30
@ -56,11 +56,9 @@ def gen_data(w_path, n_w_path):
|
||||
print("ERROR: Data may not be completely saved")
|
||||
|
||||
|
||||
def __main__():
|
||||
if __name__ == "__main__":
|
||||
# Paths to the Waldo images
|
||||
waldo_path = 'waldo_data/64/waldo'
|
||||
n_waldo_path = 'waldo_data/64/notwaldo'
|
||||
|
||||
gen_data(waldo_path, n_waldo_path)
|
||||
|
||||
__main__()
|
Reference in New Issue
Block a user