Skip to content

Pimo tutorials/04 advanced iv #2352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading