|
314 | 314 | "- $0$%: random or worse, \n", |
315 | 315 | "- $100$%: perfect." |
316 | 316 | ] |
| 317 | + }, |
| 318 | + { |
| 319 | + "cell_type": "markdown", |
| 320 | + "metadata": {}, |
| 321 | + "source": [ |
| 322 | + "# Cite Us\n", |
| 323 | + "\n", |
| 324 | + "AUPIMO was developed during Google Summer of Code 2023 (GSoC 2023) with the `anomalib` team from OpenVINO Toolkit.\n", |
| 325 | + "\n", |
| 326 | + "Our work was accepted to the British Machine Vision Conference 2024 (BMVC 2024).\n", |
| 327 | + "\n", |
| 328 | + "```bibtex\n", |
| 329 | + "@misc{bertoldo2024aupimo,\n", |
| 330 | + " title={{AUPIMO: Redefining Visual Anomaly Detection Benchmarks with High Speed and Low Tolerance}}, \n", |
| 331 | + " author={Joao P. C. Bertoldo and Dick Ameln and Ashwin Vaidya and Samet Akçay},\n", |
| 332 | + " year={2024},\n", |
| 333 | + " eprint={2401.01984},\n", |
| 334 | + " archivePrefix={arXiv},\n", |
| 335 | + " primaryClass={cs.CV},\n", |
| 336 | + " url={https://arxiv.org/abs/2401.01984}, \n", |
| 337 | + "}\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)" |
| 347 | + ] |
317 | 348 | } |
318 | 349 | ], |
319 | 350 | "metadata": { |
|
0 commit comments