Datasets:
Size:
10K<n<100K
License:
test
Browse files- tomatotest.py +1 -0
tomatotest.py
CHANGED
@@ -85,6 +85,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
|
|
85 |
if path.split('/')[-1][:-3] not in all_splits:
|
86 |
print(path.split('/')[-1][:-3], all_splits[0])
|
87 |
continue
|
|
|
88 |
left_rgb, right_rgb, left_seg, left_depth, right_depth = self._h5_loader(file.read(), self.config.dataset_type)
|
89 |
yield path, {
|
90 |
"left_rgb": left_rgb,
|
|
|
85 |
if path.split('/')[-1][:-3] not in all_splits:
|
86 |
print(path.split('/')[-1][:-3], all_splits[0])
|
87 |
continue
|
88 |
+
print("added")
|
89 |
left_rgb, right_rgb, left_seg, left_depth, right_depth = self._h5_loader(file.read(), self.config.dataset_type)
|
90 |
yield path, {
|
91 |
"left_rgb": left_rgb,
|