Spaces:
Sleeping
Sleeping
Update visualizer1.py
Browse files- 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 = "
|
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 = {
|