Update xd-violence.py
Browse files- xd-violence.py +0 -1
xd-violence.py
CHANGED
@@ -173,7 +173,6 @@ class XDViolence(datasets.GeneratorBasedBuilder):
|
|
173 |
for key, (f_id, f_path, f_label) in enumerate(zip(ids, paths, labels)):
|
174 |
binary, multilabel = f_label
|
175 |
frame_annotations = frame_annots_mapper.get(f_id, [])
|
176 |
-
print(f"{f_id=}; {f_path=}")
|
177 |
feature = np.load(f_path)
|
178 |
|
179 |
for crop_idx in range(feature.shape[1]): # Loop over crops (5 crops)
|
|
|
173 |
for key, (f_id, f_path, f_label) in enumerate(zip(ids, paths, labels)):
|
174 |
binary, multilabel = f_label
|
175 |
frame_annotations = frame_annots_mapper.get(f_id, [])
|
|
|
176 |
feature = np.load(f_path)
|
177 |
|
178 |
for crop_idx in range(feature.shape[1]): # Loop over crops (5 crops)
|