From 2eefa7eee5b3fcebaa01eccd0b6590be77a980b3 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Thu, 3 Oct 2024 14:35:39 +0200 Subject: [PATCH 1/2] clean up --- script/app-image-corner-detection/_cm.json | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 script/app-image-corner-detection/_cm.json diff --git a/script/app-image-corner-detection/_cm.json b/script/app-image-corner-detection/_cm.json deleted file mode 100644 index 405654f5ee..0000000000 --- a/script/app-image-corner-detection/_cm.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "alias": "app-image-corner-detection", - "automation_alias": "script", - "automation_uid": "5b4e0237da074764", - "category": "Modular application pipeline", - "deps": [ - {"tags":"detect,os"}, - {"tags":"detect,cpu"} - ], - "posthook_deps": [ - { - "skip_if_env": { - "CM_SKIP_COMPILE": [ - "on" - ] - }, - "tags": "compile,cpp-program" - }, - { - "skip_if_env": { - "CM_SKIP_RUN": [ - "on" - ] - }, - "tags": "benchmark-program" - } - ], - "tags": [ - "app", - "image", - "corner-detection" - ], - "uid": "998ffee0bc534d0a" -} From ea8bb70759a563dfbc3dc60d526960c7bd835b83 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Fri, 4 Oct 2024 16:02:12 +0200 Subject: [PATCH 2/2] link to zenodo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c2cd2bcf..40d09dbc10 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,7 @@ cm run script \ ## CM concepts -* https://doi.org/10.5281/zenodo.8105339 -* https://arxiv.org/abs/2406.16791 +Check our [ACM REP'23 keynote](https://doi.org/10.5281/zenodo.8105339). ## Authors