Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin Vaidya <[email protected]>
  • Loading branch information
ashwinvaidya17 committed Oct 22, 2024
2 parents 151759e + 6eeb7f6 commit 6325749
Show file tree
Hide file tree
Showing 16 changed files with 1,904 additions and 127 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added

- Add `VlmAd` metric by [Bepitic](https://github.com/Bepitic) and refactored by [ashwinvaidya17](https://github.com/ashwinvaidya17) in https://github.com/openvinotoolkit/anomalib/pull/2344
- Add `Datumaro` annotation format support by @ashwinvaidya17 in https://github.com/openvinotoolkit/anomalib/pull/2377
- Add `AUPIMO` tutorials notebooks in https://github.com/openvinotoolkit/anomalib/pull/2330 and https://github.com/openvinotoolkit/anomalib/pull/2336
- Add `AUPIMO` metric by [jpcbertoldo](https://github.com/jpcbertoldo) in https://github.com/openvinotoolkit/anomalib/pull/1726 and refactored by [ashwinvaidya17](https://github.com/ashwinvaidya17) in https://github.com/openvinotoolkit/anomalib/pull/2329

Expand Down
15 changes: 15 additions & 0 deletions configs/data/datumaro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class_path: anomalib.data.Datumaro
init_args:
root: "datasets/datumaro"
train_batch_size: 32
eval_batch_size: 32
num_workers: 8
image_size: null
transform: null
train_transform: null
eval_transform: null
test_split_mode: FROM_DIR
test_split_ratio: 0.2
val_split_mode: FROM_TEST
val_split_ratio: 0.5
seed: null
21 changes: 6 additions & 15 deletions notebooks/700_metrics/701a_aupimo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -492,29 +492,20 @@
"source": [
"# Cite Us\n",
"\n",
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
"AUPIMO was developed during [Google Summer of Code 2023 (GSoC 2023)](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd) with the `anomalib` team from Intel's OpenVINO Toolkit.\n",
"\n",
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"```bibtex\n",
"@misc{bertoldo2024aupimo,\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" year={2024},\n",
" eprint={2401.01984},\n",
" archivePrefix={arXiv},\n",
" primaryClass={cs.CV},\n",
" url={https://arxiv.org/abs/2401.01984}, \n",
"}\n",
"```\n",
"\n",
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
"```"
]
}
],
Expand Down
42 changes: 12 additions & 30 deletions notebooks/700_metrics/701b_aupimo_advanced_i.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -775,29 +775,20 @@
"source": [
"# Cite Us\n",
"\n",
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
"AUPIMO was developed during [Google Summer of Code 2023 (GSoC 2023)](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd) with the `anomalib` team from Intel's OpenVINO Toolkit.\n",
"\n",
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"```bibtex\n",
"@misc{bertoldo2024aupimo,\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" year={2024},\n",
" eprint={2401.01984},\n",
" archivePrefix={arXiv},\n",
" primaryClass={cs.CV},\n",
" url={https://arxiv.org/abs/2401.01984}, \n",
"}\n",
"```\n",
"\n",
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
"```"
]
},
{
Expand Down Expand Up @@ -1382,29 +1373,20 @@
"source": [
"# Cite Us\n",
"\n",
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
"AUPIMO was developed during [Google Summer of Code 2023 (GSoC 2023)](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd) with the `anomalib` team from Intel's OpenVINO Toolkit.\n",
"\n",
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"```bibtex\n",
"@misc{bertoldo2024aupimo,\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" year={2024},\n",
" eprint={2401.01984},\n",
" archivePrefix={arXiv},\n",
" primaryClass={cs.CV},\n",
" url={https://arxiv.org/abs/2401.01984}, \n",
"}\n",
"```\n",
"\n",
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
"```"
]
}
],
Expand Down
21 changes: 6 additions & 15 deletions notebooks/700_metrics/701c_aupimo_advanced_ii.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -885,29 +885,20 @@
"source": [
"# Cite Us\n",
"\n",
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
"AUPIMO was developed during [Google Summer of Code 2023 (GSoC 2023)](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd) with the `anomalib` team from Intel's OpenVINO Toolkit.\n",
"\n",
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"```bibtex\n",
"@misc{bertoldo2024aupimo,\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" year={2024},\n",
" eprint={2401.01984},\n",
" archivePrefix={arXiv},\n",
" primaryClass={cs.CV},\n",
" url={https://arxiv.org/abs/2401.01984}, \n",
"}\n",
"```\n",
"\n",
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
"```"
]
}
],
Expand Down
21 changes: 6 additions & 15 deletions notebooks/700_metrics/701d_aupimo_advanced_iii.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,29 +321,20 @@
"source": [
"# Cite Us\n",
"\n",
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
"AUPIMO was developed during [Google Summer of Code 2023 (GSoC 2023)](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd) with the `anomalib` team from Intel's OpenVINO Toolkit.\n",
"\n",
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"```bibtex\n",
"@misc{bertoldo2024aupimo,\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
" year={2024},\n",
" eprint={2401.01984},\n",
" archivePrefix={arXiv},\n",
" primaryClass={cs.CV},\n",
" url={https://arxiv.org/abs/2401.01984}, \n",
"}\n",
"```\n",
"\n",
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
"\n",
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
"\n",
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
"\n",
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
"```"
]
}
],
Expand Down
Loading

0 comments on commit 6325749

Please sign in to comment.