adding plot

This commit is contained in:
wendtalexander 2023-01-26 14:00:03 +01:00
parent c13b7357b5
commit d402289ea7
2 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ logger = makeLogger(__name__)
def main(datapath: str):
foldernames = [
datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)]
foldernames, _ = get_valid_datasets(datapath)
for foldername in foldernames[1:2]:
for foldername in foldernames[3:4]:
# foldername = foldernames[0]
if foldername == '../data/mount_data/2020-05-12-10_00/':
continue

Binary file not shown.