1
0

if __name__ == "__main__":

This commit is contained in:
Kelvin Davis 2018-05-22 15:25:52 +10:00
parent 2c1faf6408
commit 630ee78a30

View File

@ -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__()