Skip to content

Commit

Permalink
Update DB classname
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroodb committed Aug 1, 2022
1 parent c9f8b2b commit f8e8864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _load_clip_as_tensors(paths: dict[str, Path]) -> Iterable[Tensor]:
return (map(lambda frame: frame['data'], VideoReader(str(paths['mp4']), "video")))


class LSA_Dataset(Dataset):
class PyTorchDataset(Dataset):

def __init__(self,
root: str,
Expand Down

0 comments on commit f8e8864

Please sign in to comment.