This commit is contained in:
Jordon Brooks 2023-08-13 13:33:03 +01:00
parent 1d98bc84a2
commit fde856f3ec
6 changed files with 107 additions and 109 deletions

7
globalVars.py Normal file
View file

@ -0,0 +1,7 @@
import log
LOGGER = log.Logger(level="DEBUG", logfile="training.log", reset_logfile=True)
NUM_CHANNELS = 3
WIDTH = 640
HEIGHT = 360