update
This commit is contained in:
parent
1d98bc84a2
commit
fde856f3ec
6 changed files with 107 additions and 109 deletions
7
globalVars.py
Normal file
7
globalVars.py
Normal 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
|
Reference in a new issue