Skip to content

Commit

Permalink
update export csv error
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Jun 15, 2023
1 parent 3703058 commit e890cee
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 410 deletions.
631 changes: 222 additions & 409 deletions notebooks/dataset-test.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion visuallayer/datasets/zoo/vl_oxford_iiit.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def export(
print(
f"Exporting {variation.upper()} dataset into {output_format} dataset."
)
dataset = CleanTorchvisionOxfordIIITPet(root=self.root, split=split)
dataset = CleanTorchvisionOxfordIIITPet(root=self.root, split=split, exclude_csv=self.filelist_csv_url)
samples = {"Image": dataset._images, "Label": dataset._labels}
df = pd.DataFrame(samples)
return df
Expand Down

0 comments on commit e890cee

Please sign in to comment.