You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(4) Need more elegant way to decide which application to use (currently ExampleLoader.py does this with an if-block; maybe could use something like exec("import " + var + " as App"), where var is set by the user input).
(5) Maybe could move more code from ImageApp.py and SyntheticApp.py to CommonApp.py.
(6) ImageApp.py, SyntheticApp.py, and CommonApp.py should be in separate folders.