dxl952@case.edu commited on
Commit ·
32db2ad
1
Parent(s): d8f7f26
update
Browse files- Causal3D.py +1 -1
Causal3D.py
CHANGED
|
@@ -86,7 +86,7 @@ class Causal3D(datasets.GeneratorBasedBuilder):
|
|
| 86 |
def _generate_examples(self, data_dir):
|
| 87 |
def color(text, code):
|
| 88 |
return f"\033[{code}m{text}\033[0m"
|
| 89 |
-
|
| 90 |
# Load image paths
|
| 91 |
try:
|
| 92 |
image_files = {}
|
|
|
|
| 86 |
def _generate_examples(self, data_dir):
|
| 87 |
def color(text, code):
|
| 88 |
return f"\033[{code}m{text}\033[0m"
|
| 89 |
+
print("load data from {}".format(data_dir)) # Green
|
| 90 |
# Load image paths
|
| 91 |
try:
|
| 92 |
image_files = {}
|