Skip to content

Commit 1465b05

Browse files
Pimo tutorials/04 advanced iv (#2352)
* add notebook 701e_aupimo_advanced_iv on load/save and statistical comparisons Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com> * make `AUPIMOResult.num_thresholds` optional Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com> * add aupimo notebook advanced iv (load/save and statistical tests) Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com> * simplify cite us and mention intal Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com> * fix readme Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com> --------- Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com> Co-authored-by: Samet Akcay <samet.akcay@intel.com>
1 parent 0823ab8 commit 1465b05

File tree

7 files changed

+1541
-78
lines changed

7 files changed

+1541
-78
lines changed

notebooks/700_metrics/701a_aupimo.ipynb

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -492,29 +492,20 @@
492492
"source": [
493493
"# Cite Us\n",
494494
"\n",
495-
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
495+
"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",
496496
"\n",
497-
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
497+
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
498+
"\n",
499+
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
498500
"\n",
499501
"```bibtex\n",
500502
"@misc{bertoldo2024aupimo,\n",
501-
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
502503
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
504+
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
503505
" year={2024},\n",
504-
" eprint={2401.01984},\n",
505-
" archivePrefix={arXiv},\n",
506-
" primaryClass={cs.CV},\n",
507506
" url={https://arxiv.org/abs/2401.01984}, \n",
508507
"}\n",
509-
"```\n",
510-
"\n",
511-
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
512-
"\n",
513-
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
514-
"\n",
515-
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
516-
"\n",
517-
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
508+
"```"
518509
]
519510
}
520511
],

notebooks/700_metrics/701b_aupimo_advanced_i.ipynb

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -775,29 +775,20 @@
775775
"source": [
776776
"# Cite Us\n",
777777
"\n",
778-
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
778+
"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",
779779
"\n",
780-
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
780+
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
781+
"\n",
782+
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
781783
"\n",
782784
"```bibtex\n",
783785
"@misc{bertoldo2024aupimo,\n",
784-
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
785786
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
787+
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
786788
" year={2024},\n",
787-
" eprint={2401.01984},\n",
788-
" archivePrefix={arXiv},\n",
789-
" primaryClass={cs.CV},\n",
790789
" url={https://arxiv.org/abs/2401.01984}, \n",
791790
"}\n",
792-
"```\n",
793-
"\n",
794-
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
795-
"\n",
796-
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
797-
"\n",
798-
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
799-
"\n",
800-
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
791+
"```"
801792
]
802793
},
803794
{
@@ -1382,29 +1373,20 @@
13821373
"source": [
13831374
"# Cite Us\n",
13841375
"\n",
1385-
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
1376+
"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",
13861377
"\n",
1387-
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
1378+
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
1379+
"\n",
1380+
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
13881381
"\n",
13891382
"```bibtex\n",
13901383
"@misc{bertoldo2024aupimo,\n",
1391-
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
13921384
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
1385+
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
13931386
" year={2024},\n",
1394-
" eprint={2401.01984},\n",
1395-
" archivePrefix={arXiv},\n",
1396-
" primaryClass={cs.CV},\n",
13971387
" url={https://arxiv.org/abs/2401.01984}, \n",
13981388
"}\n",
1399-
"```\n",
1400-
"\n",
1401-
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
1402-
"\n",
1403-
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
1404-
"\n",
1405-
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
1406-
"\n",
1407-
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
1389+
"```"
14081390
]
14091391
}
14101392
],

notebooks/700_metrics/701c_aupimo_advanced_ii.ipynb

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -885,29 +885,20 @@
885885
"source": [
886886
"# Cite Us\n",
887887
"\n",
888-
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
888+
"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",
889889
"\n",
890-
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
890+
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
891+
"\n",
892+
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
891893
"\n",
892894
"```bibtex\n",
893895
"@misc{bertoldo2024aupimo,\n",
894-
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
895896
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
897+
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
896898
" year={2024},\n",
897-
" eprint={2401.01984},\n",
898-
" archivePrefix={arXiv},\n",
899-
" primaryClass={cs.CV},\n",
900899
" url={https://arxiv.org/abs/2401.01984}, \n",
901900
"}\n",
902-
"```\n",
903-
"\n",
904-
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
905-
"\n",
906-
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
907-
"\n",
908-
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
909-
"\n",
910-
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
901+
"```"
911902
]
912903
}
913904
],

notebooks/700_metrics/701d_aupimo_advanced_iii.ipynb

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -321,29 +321,20 @@
321321
"source": [
322322
"# Cite Us\n",
323323
"\n",
324-
"AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n",
324+
"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",
325325
"\n",
326-
"Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n",
326+
"arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
327+
"\n",
328+
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
327329
"\n",
328330
"```bibtex\n",
329331
"@misc{bertoldo2024aupimo,\n",
330-
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
331332
" author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n",
333+
" title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n",
332334
" year={2024},\n",
333-
" eprint={2401.01984},\n",
334-
" archivePrefix={arXiv},\n",
335-
" primaryClass={cs.CV},\n",
336335
" url={https://arxiv.org/abs/2401.01984}, \n",
337336
"}\n",
338-
"```\n",
339-
"\n",
340-
"Paper on arXiv: [arxiv.org/abs/2401.01984](https://arxiv.org/abs/2401.01984) (accepted to BMVC 2024)\n",
341-
"\n",
342-
"Medium post: [medium.com/p/c653ac30e802](https://medium.com/p/c653ac30e802)\n",
343-
"\n",
344-
"Official repository: [github.com/jpcbertoldo/aupimo](https://github.com/jpcbertoldo/aupimo) (numpy-only API and numba-accelerated versions available)\n",
345-
"\n",
346-
"GSoC 2023 page: [summerofcode.withgoogle.com/archive/2023/projects/SPMopugd](https://summerofcode.withgoogle.com/archive/2023/projects/SPMopugd)"
337+
"```"
347338
]
348339
}
349340
],

0 commit comments

Comments
 (0)