jherng commited on
Commit
8eba22c
1 Parent(s): 8f19a93

Update xd-violence.py

Browse files
Files changed (1) hide show
  1. 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)