Visualizing intermediate steps.
This commit is contained in:
@ -294,7 +294,7 @@ def main():
|
||||
if not os.path.isdir(dirpath):
|
||||
continue
|
||||
|
||||
if (dirname[0] not in ["p", "h", "e"]) or len(dirname) != 2:
|
||||
if (dirname[0] not in ["p", "h", "e", "q"]) or len(dirname) != 2:
|
||||
continue
|
||||
|
||||
# Load sample infos
|
||||
|
||||
Reference in New Issue
Block a user