-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAIML-training-dataset-hierarchical.cddl
38 lines (36 loc) · 1.41 KB
/
AIML-training-dataset-hierarchical.cddl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
; Top level manifest for the collected datasets that comprise the entire training dataset
; =======================================================================================================
; Asset Reference Assertion (ARA)
{
"references": [
{
"description": "Location of the training dataset partitioned top level manifest",
"reference": {
"uri": "https://github.com/Metaphysic-ai/c2pa-demo/tree/main/sample"
}
}
]
}
; =======================================================================================================
; Collection Data Hash for training, test, and evalulation data
{
"alg": "sha256",
"uris": [
; three manifests that each have a reference to the directory with the files
{
"uri": "training/Metaphysic C2PA training partition dataset.mp4",
"hash": 'bf928ee813c7fa3d1188aaef1da8523f629f96a03eb3bea318c5bb50ddb9430c',
"dc:format": "video/H264",
}
{
"uri": "test/Metaphysic C2PA test partition dataset.mp4",
"hash": 'bf0aa3ff35ebaab116bfe032c118b3a59c83e847695c4b816aa9df91c04aff7a',
"dc:format": "video/H264",
}
{
"uri": "eval/Metaphysic C2PA evalulation partition dataset.mp4",
"hash": 'bc80118c2cd2124ebcd7d7f7939c83914851a2c57b6388a1c15181aa86088286',
"dc:format": "video/H264",
}
],
}