correct loading files
This commit is contained in:
parent
b7dc835a86
commit
9124221346
|
@ -53,7 +53,7 @@ class JPGImageLoader:
|
|||
self.successful_count = 0
|
||||
self.skipped_count = 0
|
||||
|
||||
if self.bytes_column not in dataset.column_names:
|
||||
if self.bytes_column not in dataset.columns:
|
||||
raise ValueError(f"Column '{self.bytes_column}' not found in dataset.")
|
||||
|
||||
def _get_image(self, item):
|
||||
|
|
Loading…
Reference in New Issue