Overlaiapp commited on
Commit
11882d1
·
verified ·
1 Parent(s): 7808e47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -60,6 +60,19 @@ tags:
60
  - **Codec:** H.264 (captured in ProRes RAW)
61
  - **Data Rate:** 50Mbps (available in higher data rates upon request)
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ### Content Credentials
64
 
65
  Each video in the "Oregon Coast in 4K" dataset contains **C2PA Content Credentials** metadata and can be used with the [Content Credentials Space by Truepic](https://huggingface.co/spaces/Truepic/ai-content-credentials) to begin testing model provenance.
 
60
  - **Codec:** H.264 (captured in ProRes RAW)
61
  - **Data Rate:** 50Mbps (available in higher data rates upon request)
62
 
63
+ ## Metadata
64
+ The metadata is made available through a series of parquet files with the following schema:
65
+
66
+ id: A unique identifier for the image.
67
+ url: The URL of the image.
68
+ caption: A caption for the image.
69
+ width: The width of the image in pixels.
70
+ height: The height of the image in pixels.
71
+ mime_type: The MIME type of the image file.
72
+ hash: The MD5 hash of the image file.
73
+ license: The URL of the image license.
74
+ source : The source organization of the image.
75
+
76
  ### Content Credentials
77
 
78
  Each video in the "Oregon Coast in 4K" dataset contains **C2PA Content Credentials** metadata and can be used with the [Content Credentials Space by Truepic](https://huggingface.co/spaces/Truepic/ai-content-credentials) to begin testing model provenance.