Skip to content

Commit

Permalink
Update src/anomalib/data/image/mvtec_loco.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samet Akcay <[email protected]>
  • Loading branch information
willyfh and samet-akcay authored Feb 6, 2024
1 parent 80b06d8 commit ec1a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anomalib/data/image/mvtec_loco.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def __init__(
) -> None:
super().__init__(task=task, transform=transform)

self.root_category = Path(root) / Path(category)
self.root_category = Path(root) / category
self.split = split

def _setup(self) -> None:
Expand Down

0 comments on commit ec1a1c3

Please sign in to comment.