Skip to content

Commit

Permalink
πŸ“ Add benchmarking notebook (#353)
Browse files Browse the repository at this point in the history
* Add benchmarking

* 🏷️ Refactor Datamodule names  (#354)

* Refactored MVTec datamodule

* 🏷️  Rename BTech datamodule

* 🏷️  Rename Folder datamodule

* πŸ›  Fix the config files for draem and fastflow

* Add descriptions

* Refactor folder structure

* Add notebooks linting to pre_merge

Co-authored-by: Ashwin Vaidya <ashwinitinvaidya@gmail.com>
Co-authored-by: Samet Akcay <samet.akcay@intel.com>
  • Loading branch information
3 people committed Jun 17, 2022
1 parent ff1c506 commit 9f1c4a1
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Code quality checks
run: tox -e black,isort,flake8,pylint,mypy,pydocstyle
run: tox -e black,isort,flake8,pylint,mypy,pydocstyle,notebooks
- name: Coverage
run: |
export ANOMALIB_DATASET_PATH=/media/data1/datasets/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"where a classification test sample returns `image`, `image_path` and `label`. `image_path` is used to extract the filename when saving images. \n",
"where a classification test sample returns `image`, `image_path` and `label`. `image_path` is used to extract the filename when saving images.\n",
"\n",
"#### Segmentation Task\n",
"\n",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9f1c4a1

Please sign in to comment.