Vadzim Kashko commited on
Commit
87a094a
1 Parent(s): 285dd1f

refactor: class name changed

Browse files
anti-spoofing-real-waist-high-dataset.py CHANGED
@@ -23,7 +23,7 @@ _LICENSE = ""
23
  _DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/data/"
24
 
25
 
26
- class CarsVideoObjectTracking(datasets.GeneratorBasedBuilder):
27
  """Small sample of image-text pairs"""
28
 
29
  def _info(self):
 
23
  _DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/data/"
24
 
25
 
26
+ class AntiSpoofingRealWaistHighDataset(datasets.GeneratorBasedBuilder):
27
  """Small sample of image-text pairs"""
28
 
29
  def _info(self):