Spaces:
Running
Running
wildoctopus
commited on
Commit
•
5d671e9
1
Parent(s):
a75542b
Update options.py
Browse files- options.py +1 -1
options.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
class parser(object):
|
6 |
def __init__(self):
|
7 |
|
8 |
-
self.
|
9 |
self.logs_dir = './logs'
|
10 |
self.device = 'cuda:0'
|
11 |
|
|
|
5 |
class parser(object):
|
6 |
def __init__(self):
|
7 |
|
8 |
+
self.output = "./output" # output image folder path
|
9 |
self.logs_dir = './logs'
|
10 |
self.device = 'cuda:0'
|
11 |
|