Skip to content

Commit 4e8b777

Browse files
committed
tsne plot
1 parent 1be0e4e commit 4e8b777

25 files changed

Lines changed: 3143 additions & 1233 deletions

code/autoencoder_model/scripts/gifimages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ def get_args():
6767

6868

6969
if __name__ == "__main__":
70-
GIF_DIR = '../gifs/'
70+
GIF_DIR = '/local_home/JAAD_Dataset/thesis/results/gifs/'
7171
if not os.path.exists(GIF_DIR):
7272
os.mkdir(GIF_DIR)
7373

74-
GIF_IMG_DIR = '../gifs/imgs/'
74+
GIF_IMG_DIR = '/local_home/JAAD_Dataset/thesis/results/gifs/imgs/'
7575
if not os.path.exists(GIF_IMG_DIR):
7676
os.mkdir(GIF_IMG_DIR)
7777

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)