advaitgupta commited on
Commit
5c8ee13
·
verified ·
1 Parent(s): 8718432

Update visualizer1.py

Browse files
Files changed (1) hide show
  1. visualizer1.py +1 -1
visualizer1.py CHANGED
@@ -7,7 +7,7 @@ from collections import defaultdict
7
  # --- Configuration ---
8
 
9
  # Base path where all dataset folders are located
10
- BASE_DATA_DIRECTORY = "/n/fs/vision-mix/ag9604/visualizer/"
11
 
12
  # Names of the VLMs and their corresponding keys used in file names
13
  VLM_MODELS = {
 
7
  # --- Configuration ---
8
 
9
  # Base path where all dataset folders are located
10
+ BASE_DATA_DIRECTORY = "./"
11
 
12
  # Names of the VLMs and their corresponding keys used in file names
13
  VLM_MODELS = {