Skip to content

Commit

Permalink
dev(narugo): add them
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 1, 2024
1 parent 268a8a6 commit 6d869ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zoo/pyannote/embedding/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def _make_nested_dataset(src_dir, dst_dir: str):
df = _df()
df = df[df['filename'].isin(set(os.listdir(src_dir)))]
print(df)
quit()

for row in tqdm(df.to_dict('records')):
src_file = os.path.join(src_dir, row['filename'])
Expand Down

0 comments on commit 6d869ed

Please sign in to comment.