From eeafe22b9604e1aa55f33c5f56f1450d6f4d22dd Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 27 Jan 2021 17:12:13 +0100 Subject: [PATCH] [protocoltemplates] Add protocol template for all databases Only exception is biosecurid_face. This one has been deprecated. The deprecation comes from the fact that it implements a custom advanced_face_recognition variant that went in as is before it could be fixed. --- .../advanced_annotation_benchmark/1.json | 14 ++++ .../advanced_face_antispoofing/1.json | 82 +++++++++++++++++++ .../advanced_face_recognition/1.json | 56 +++++++++++++ .../advanced_face_recognition_textid/1.json | 56 +++++++++++++ .../advanced_fingervein_recognition/1.json | 51 ++++++++++++ .../advanced_speaker_recognition/1.json | 51 ++++++++++++ .../advanced_vein_annotations/1.json | 57 +++++++++++++ .../advanced_vein_recognition/1.json | 42 ++++++++++ .../advanced_vein_recognition_2/1.json | 42 ++++++++++ advanced/protocoltemplates/iris_pad/1.json | 13 +++ .../simple_expression_recognition/1.json | 23 ++++++ .../simple_face_antispoofing/1.json | 38 +++++++++ .../simple_face_recognition/1.json | 32 ++++++++ .../simple_face_recognition_frgc/1.json | 35 ++++++++ .../simple_face_recognition_gbu/1.json | 35 ++++++++ .../simple_face_recognition_textid/1.json | 32 ++++++++ .../simple_fingerprint_antispoofing/1.json | 19 +++++ .../simple_fingervein_recognition/1.json | 32 ++++++++ .../simple_keystroke_recognition/1.json | 24 ++++++ .../1.json | 24 ++++++ .../simple_speech_antispoofing/1.json | 35 ++++++++ .../speaker_recognition_spoof/1.json | 25 ++++++ .../verify_trainset_speech/1.json | 24 ++++++ .../verify_trainset_speech_spoof/1.json | 15 ++++ test/protocoltemplates/one_block/1.json | 11 +++ .../one_block_two_inputs/1.json | 12 +++ test/protocoltemplates/test_integers/1.json | 17 ++++ 27 files changed, 897 insertions(+) create mode 100644 advanced/protocoltemplates/advanced_annotation_benchmark/1.json create mode 100644 advanced/protocoltemplates/advanced_face_antispoofing/1.json create mode 100644 advanced/protocoltemplates/advanced_face_recognition/1.json create mode 100644 advanced/protocoltemplates/advanced_face_recognition_textid/1.json create mode 100644 advanced/protocoltemplates/advanced_fingervein_recognition/1.json create mode 100644 advanced/protocoltemplates/advanced_speaker_recognition/1.json create mode 100644 advanced/protocoltemplates/advanced_vein_annotations/1.json create mode 100644 advanced/protocoltemplates/advanced_vein_recognition/1.json create mode 100644 advanced/protocoltemplates/advanced_vein_recognition_2/1.json create mode 100644 advanced/protocoltemplates/iris_pad/1.json create mode 100644 advanced/protocoltemplates/simple_expression_recognition/1.json create mode 100644 advanced/protocoltemplates/simple_face_antispoofing/1.json create mode 100644 advanced/protocoltemplates/simple_face_recognition/1.json create mode 100644 advanced/protocoltemplates/simple_face_recognition_frgc/1.json create mode 100644 advanced/protocoltemplates/simple_face_recognition_gbu/1.json create mode 100644 advanced/protocoltemplates/simple_face_recognition_textid/1.json create mode 100644 advanced/protocoltemplates/simple_fingerprint_antispoofing/1.json create mode 100644 advanced/protocoltemplates/simple_fingervein_recognition/1.json create mode 100644 advanced/protocoltemplates/simple_keystroke_recognition/1.json create mode 100644 advanced/protocoltemplates/simple_keystroke_recognition_kboc16/1.json create mode 100644 advanced/protocoltemplates/simple_speech_antispoofing/1.json create mode 100644 advanced/protocoltemplates/speaker_recognition_spoof/1.json create mode 100644 advanced/protocoltemplates/verify_trainset_speech/1.json create mode 100644 advanced/protocoltemplates/verify_trainset_speech_spoof/1.json create mode 100644 test/protocoltemplates/one_block/1.json create mode 100644 test/protocoltemplates/one_block_two_inputs/1.json create mode 100644 test/protocoltemplates/test_integers/1.json diff --git a/advanced/protocoltemplates/advanced_annotation_benchmark/1.json b/advanced/protocoltemplates/advanced_annotation_benchmark/1.json new file mode 100644 index 0000000..4f13bed --- /dev/null +++ b/advanced/protocoltemplates/advanced_annotation_benchmark/1.json @@ -0,0 +1,14 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "image": "system/array_2d_uint8/1", + "vein_annotations": "system/array_2d_uint8/1", + "ROI_annotations": "system/array_2d_uint8/1", + "alignment_annotations": "system/array_1d_coordinates/1" + }, + "name": "annotations" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_face_antispoofing/1.json b/advanced/protocoltemplates/advanced_face_antispoofing/1.json new file mode 100644 index 0000000..444c99b --- /dev/null +++ b/advanced/protocoltemplates/advanced_face_antispoofing/1.json @@ -0,0 +1,82 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "attack_support": "system/text/1", + "annotations": "system/bounding_box_video/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "class": "system/text/1" + }, + "name": "train" + }, + { + "outputs": { + "annotations": "system/bounding_box_video/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "template_id": "system/uint64/1" + }, + "name": "dev_templates" + }, + { + "outputs": { + "probe_id": "system/uint64/1", + "template_ids": "system/array_1d_uint64/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "annotations": "system/bounding_box_video/1" + }, + "name": "dev_probes_real" + }, + { + "outputs": { + "attack_support": "system/text/1", + "probe_id": "system/uint64/1", + "template_ids": "system/array_1d_uint64/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "annotations": "system/bounding_box_video/1" + }, + "name": "dev_probes_attack" + }, + { + "outputs": { + "annotations": "system/bounding_box_video/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "template_id": "system/uint64/1" + }, + "name": "test_templates" + }, + { + "outputs": { + "probe_id": "system/uint64/1", + "template_ids": "system/array_1d_uint64/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "annotations": "system/bounding_box_video/1" + }, + "name": "test_probes_real" + }, + { + "outputs": { + "attack_support": "system/text/1", + "probe_id": "system/uint64/1", + "template_ids": "system/array_1d_uint64/1", + "video": "system/array_4d_uint8/1", + "file_id": "system/uint64/1", + "client_id": "system/uint64/1", + "annotations": "system/bounding_box_video/1" + }, + "name": "test_probes_attack" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_face_recognition/1.json b/advanced/protocoltemplates/advanced_face_recognition/1.json new file mode 100644 index 0000000..478813c --- /dev/null +++ b/advanced/protocoltemplates/advanced_face_recognition/1.json @@ -0,0 +1,56 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "dev_templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "dev_probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_ids": "{{ system_user.username }}/array_1d_uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "test_templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "test_probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_ids": "{{ system_user.username }}/array_1d_uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_face_recognition_textid/1.json b/advanced/protocoltemplates/advanced_face_recognition_textid/1.json new file mode 100644 index 0000000..9bf66c6 --- /dev/null +++ b/advanced/protocoltemplates/advanced_face_recognition_textid/1.json @@ -0,0 +1,56 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "dev_templates", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "dev_probes", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "probe_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "test_templates", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "test_probes", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "probe_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_fingervein_recognition/1.json b/advanced/protocoltemplates/advanced_fingervein_recognition/1.json new file mode 100644 index 0000000..1f73d20 --- /dev/null +++ b/advanced/protocoltemplates/advanced_fingervein_recognition/1.json @@ -0,0 +1,51 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1" + }, + "name": "train" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1" + }, + "name": "dev_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "dev_probes" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1" + }, + "name": "test_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "test_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_speaker_recognition/1.json b/advanced/protocoltemplates/advanced_speaker_recognition/1.json new file mode 100644 index 0000000..35f89c3 --- /dev/null +++ b/advanced/protocoltemplates/advanced_speaker_recognition/1.json @@ -0,0 +1,51 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1" + } + }, + { + "name": "dev_templates", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1" + } + }, + { + "name": "dev_probes", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "probe_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1" + } + }, + { + "name": "test_templates", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1" + } + }, + { + "name": "test_probes", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "probe_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_vein_annotations/1.json b/advanced/protocoltemplates/advanced_vein_annotations/1.json new file mode 100644 index 0000000..bb699de --- /dev/null +++ b/advanced/protocoltemplates/advanced_vein_annotations/1.json @@ -0,0 +1,57 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "vein_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "ROI_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "alignment_annotations": "{{ system_user.username }}/array_1d_coordinates/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "train" + }, + { + "outputs": { + "model_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "vein_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "ROI_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "alignment_annotations": "{{ system_user.username }}/array_1d_coordinates/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "dev_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "vein_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "ROI_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "alignment_annotations": "{{ system_user.username }}/array_1d_coordinates/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "dev_probes" + }, + { + "outputs": { + "model_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "vein_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "ROI_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "alignment_annotations": "{{ system_user.username }}/array_1d_coordinates/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "eval_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "vein_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "ROI_annotations": "{{ system_user.username }}/array_2d_uint8/1", + "alignment_annotations": "{{ system_user.username }}/array_1d_coordinates/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "eval_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_vein_recognition/1.json b/advanced/protocoltemplates/advanced_vein_recognition/1.json new file mode 100644 index 0000000..9db5235 --- /dev/null +++ b/advanced/protocoltemplates/advanced_vein_recognition/1.json @@ -0,0 +1,42 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "train" + }, + { + "outputs": { + "model_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "dev_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "dev_probes" + }, + { + "outputs": { + "model_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "eval_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "eval_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/advanced_vein_recognition_2/1.json b/advanced/protocoltemplates/advanced_vein_recognition_2/1.json new file mode 100644 index 0000000..9db5235 --- /dev/null +++ b/advanced/protocoltemplates/advanced_vein_recognition_2/1.json @@ -0,0 +1,42 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "train" + }, + { + "outputs": { + "model_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "dev_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "dev_probes" + }, + { + "outputs": { + "model_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "eval_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "client_id": "{{ system_user.username }}/uint64/1" + }, + "name": "eval_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/iris_pad/1.json b/advanced/protocoltemplates/iris_pad/1.json new file mode 100644 index 0000000..b14d93c --- /dev/null +++ b/advanced/protocoltemplates/iris_pad/1.json @@ -0,0 +1,13 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "test", + "outputs": { + "category": "{{ system_user.username }}/integer/1", + "image": "{{ system_user.username }}/array_2d_uint8/1", + "label": "{{ system_user.username }}/boolean/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_expression_recognition/1.json b/advanced/protocoltemplates/simple_expression_recognition/1.json new file mode 100644 index 0000000..4da22d9 --- /dev/null +++ b/advanced/protocoltemplates/simple_expression_recognition/1.json @@ -0,0 +1,23 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_4d_uint8/1", + "emotion": "{{ system_user.username }}/text/1" + } + }, + { + "name": "test", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_4d_uint8/1", + "emotion": "{{ system_user.username }}/text/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_face_antispoofing/1.json b/advanced/protocoltemplates/simple_face_antispoofing/1.json new file mode 100644 index 0000000..56fca1f --- /dev/null +++ b/advanced/protocoltemplates/simple_face_antispoofing/1.json @@ -0,0 +1,38 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "attack_support": "{{ system_user.username }}/text/1", + "annotations": "{{ system_user.username }}/bounding_box_video/1", + "video": "{{ system_user.username }}/array_4d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "class": "{{ system_user.username }}/text/1" + }, + "name": "train" + }, + { + "outputs": { + "attack_support": "{{ system_user.username }}/text/1", + "annotations": "{{ system_user.username }}/bounding_box_video/1", + "video": "{{ system_user.username }}/array_4d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "class": "{{ system_user.username }}/text/1" + }, + "name": "dev_probes" + }, + { + "outputs": { + "attack_support": "{{ system_user.username }}/text/1", + "annotations": "{{ system_user.username }}/bounding_box_video/1", + "video": "{{ system_user.username }}/array_4d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "class": "{{ system_user.username }}/text/1" + }, + "name": "test_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_face_recognition/1.json b/advanced/protocoltemplates/simple_face_recognition/1.json new file mode 100644 index 0000000..3c25c40 --- /dev/null +++ b/advanced/protocoltemplates/simple_face_recognition/1.json @@ -0,0 +1,32 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_2d_uint8/1" + } + }, + { + "name": "templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_2d_uint8/1" + } + }, + { + "name": "probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_ids": "{{ system_user.username }}/array_1d_uint64/1", + "image": "{{ system_user.username }}/array_2d_uint8/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_face_recognition_frgc/1.json b/advanced/protocoltemplates/simple_face_recognition_frgc/1.json new file mode 100644 index 0000000..67c0b56 --- /dev/null +++ b/advanced/protocoltemplates/simple_face_recognition_frgc/1.json @@ -0,0 +1,35 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "templates", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "probes", + "outputs": { + "file_id": "{{ system_user.username }}/text/1", + "probe_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_face_recognition_gbu/1.json b/advanced/protocoltemplates/simple_face_recognition_gbu/1.json new file mode 100644 index 0000000..ccdec3a --- /dev/null +++ b/advanced/protocoltemplates/simple_face_recognition_gbu/1.json @@ -0,0 +1,35 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + }, + { + "name": "probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/uint64/1", + "template_ids": "{{ system_user.username }}/array_1d_uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1", + "eye_centers": "{{ system_user.username }}/eye_positions/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_face_recognition_textid/1.json b/advanced/protocoltemplates/simple_face_recognition_textid/1.json new file mode 100644 index 0000000..c4be971 --- /dev/null +++ b/advanced/protocoltemplates/simple_face_recognition_textid/1.json @@ -0,0 +1,32 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "image": "{{ system_user.username }}/array_3d_uint8/1" + } + }, + { + "name": "templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1" + } + }, + { + "name": "probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_uint64/1", + "image": "{{ system_user.username }}/array_3d_uint8/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_fingerprint_antispoofing/1.json b/advanced/protocoltemplates/simple_fingerprint_antispoofing/1.json new file mode 100644 index 0000000..a1bd042 --- /dev/null +++ b/advanced/protocoltemplates/simple_fingerprint_antispoofing/1.json @@ -0,0 +1,19 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "train", + "outputs": { + "image": "{{ system_user.username }}/array_3d_uint8/1", + "spoof": "{{ system_user.username }}/boolean/1" + } + }, + { + "name": "test", + "outputs": { + "image": "{{ system_user.username }}/array_3d_uint8/1", + "spoof": "{{ system_user.username }}/boolean/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_fingervein_recognition/1.json b/advanced/protocoltemplates/simple_fingervein_recognition/1.json new file mode 100644 index 0000000..fb43bac --- /dev/null +++ b/advanced/protocoltemplates/simple_fingervein_recognition/1.json @@ -0,0 +1,32 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1" + }, + "name": "train" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1" + }, + "name": "dev_templates" + }, + { + "outputs": { + "image": "{{ system_user.username }}/array_2d_uint8/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "dev_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_keystroke_recognition/1.json b/advanced/protocoltemplates/simple_keystroke_recognition/1.json new file mode 100644 index 0000000..d2399f9 --- /dev/null +++ b/advanced/protocoltemplates/simple_keystroke_recognition/1.json @@ -0,0 +1,24 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1", + "keystroke": "user/atvs_keystroke/1" + } + }, + { + "name": "probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1", + "keystroke": "user/atvs_keystroke/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_keystroke_recognition_kboc16/1.json b/advanced/protocoltemplates/simple_keystroke_recognition_kboc16/1.json new file mode 100644 index 0000000..ac4ffac --- /dev/null +++ b/advanced/protocoltemplates/simple_keystroke_recognition_kboc16/1.json @@ -0,0 +1,24 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "templates", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1", + "keystroke": "{{ system_user.username }}/kboc16_keystroke/1" + } + }, + { + "name": "probes", + "outputs": { + "file_id": "{{ system_user.username }}/uint64/1", + "probe_id": "{{ system_user.username }}/uint64/1", + "client_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1", + "keystroke": "{{ system_user.username }}/kboc16_keystroke/1" + } + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/simple_speech_antispoofing/1.json b/advanced/protocoltemplates/simple_speech_antispoofing/1.json new file mode 100644 index 0000000..eef6de8 --- /dev/null +++ b/advanced/protocoltemplates/simple_speech_antispoofing/1.json @@ -0,0 +1,35 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "attack_type": "{{ system_user.username }}/text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1", + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "class": "{{ system_user.username }}/text/1" + }, + "name": "train" + }, + { + "outputs": { + "attack_type": "{{ system_user.username }}/text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1", + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "class": "{{ system_user.username }}/text/1" + }, + "name": "dev_probes" + }, + { + "outputs": { + "attack_type": "{{ system_user.username }}/text/1", + "speech": "{{ system_user.username }}/array_1d_floats/1", + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "class": "{{ system_user.username }}/text/1" + }, + "name": "eval_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/speaker_recognition_spoof/1.json b/advanced/protocoltemplates/speaker_recognition_spoof/1.json new file mode 100644 index 0000000..543c84a --- /dev/null +++ b/advanced/protocoltemplates/speaker_recognition_spoof/1.json @@ -0,0 +1,25 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "speech": "{{ system_user.username }}/array_1d_floats/1", + "client_id": "{{ system_user.username }}/text/1", + "file_id": "{{ system_user.username }}/text/1", + "attack_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "dev_attacks" + }, + { + "outputs": { + "speech": "{{ system_user.username }}/array_1d_floats/1", + "client_id": "{{ system_user.username }}/text/1", + "file_id": "{{ system_user.username }}/text/1", + "attack_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "test_attacks" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/verify_trainset_speech/1.json b/advanced/protocoltemplates/verify_trainset_speech/1.json new file mode 100644 index 0000000..3ea7924 --- /dev/null +++ b/advanced/protocoltemplates/verify_trainset_speech/1.json @@ -0,0 +1,24 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "speech": "{{ system_user.username }}/array_1d_floats/1", + "file_id": "{{ system_user.username }}/text/1", + "client_id": "{{ system_user.username }}/text/1", + "template_id": "{{ system_user.username }}/text/1" + }, + "name": "train_templates" + }, + { + "outputs": { + "speech": "{{ system_user.username }}/array_1d_floats/1", + "client_id": "{{ system_user.username }}/text/1", + "file_id": "{{ system_user.username }}/text/1", + "probe_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "train_probes" + } + ] +} \ No newline at end of file diff --git a/advanced/protocoltemplates/verify_trainset_speech_spoof/1.json b/advanced/protocoltemplates/verify_trainset_speech_spoof/1.json new file mode 100644 index 0000000..e9028c8 --- /dev/null +++ b/advanced/protocoltemplates/verify_trainset_speech_spoof/1.json @@ -0,0 +1,15 @@ +{ + "schema_version": 1, + "sets": [ + { + "outputs": { + "speech": "{{ system_user.username }}/array_1d_floats/1", + "client_id": "{{ system_user.username }}/text/1", + "file_id": "{{ system_user.username }}/text/1", + "attack_id": "{{ system_user.username }}/text/1", + "template_ids": "{{ system_user.username }}/array_1d_text/1" + }, + "name": "train_attacks" + } + ] +} \ No newline at end of file diff --git a/test/protocoltemplates/one_block/1.json b/test/protocoltemplates/one_block/1.json new file mode 100644 index 0000000..41e16bb --- /dev/null +++ b/test/protocoltemplates/one_block/1.json @@ -0,0 +1,11 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "numbers", + "outputs": { + "out": "{{ system_user.username }}/integer/1" + } + } + ] +} \ No newline at end of file diff --git a/test/protocoltemplates/one_block_two_inputs/1.json b/test/protocoltemplates/one_block_two_inputs/1.json new file mode 100644 index 0000000..85fa6d6 --- /dev/null +++ b/test/protocoltemplates/one_block_two_inputs/1.json @@ -0,0 +1,12 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "numbers", + "outputs": { + "a": "{{ system_user.username }}/integer/1", + "b": "{{ system_user.username }}/integer/1" + } + } + ] +} \ No newline at end of file diff --git a/test/protocoltemplates/test_integers/1.json b/test/protocoltemplates/test_integers/1.json new file mode 100644 index 0000000..d0cea10 --- /dev/null +++ b/test/protocoltemplates/test_integers/1.json @@ -0,0 +1,17 @@ +{ + "schema_version": 1, + "sets": [ + { + "name": "set", + "outputs": { + "out": "{{ system_user.username }}/integer/1" + } + }, + { + "name": "set2", + "outputs": { + "out": "{{ system_user.username }}/integer/1" + } + } + ] +} \ No newline at end of file -- GitLab