This commit is contained in:
matixezor 2021-06-01 23:08:20 +02:00
parent 139fb5f2bc
commit 58eaf05aec

View File

@ -8,7 +8,7 @@ from image import Image
from machine_learning.neural_network.net import Net
main_path = os.path.dirname(os.getcwd())
main_path = os.path.dirname(os.path.dirname(__file__))
WIDTH = 800
HEIGHT = 800