-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Custom Dataset Training Support (#154)
* renamed download-progress-bar as download * added new download functions to init * Added Btech data module * Added btech tests * Move split functions into a util module * Modified mvtec * added btech to get-datamodule * fix typo in btech docstring * update docstring * cleanedup dataset download utils * Address mypy * modify config files and update readme.md * Fix dataset path * WiP: Created make_dataset function * Renamed folder dataset into custom * Added custom dataset tests * updated config.yaml file to show custom dataset is available * Added custom dataset to get_datamodule * Address PR comments * fix dataset path * Debugging the ci * Fixed folder dataset tests * Added code quality checks back to the ci * Added code coverage back to pre-merge tests
- Loading branch information
1 parent
2dfa0a7
commit b03fb32
Showing
12 changed files
with
604 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.