-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathllms.txt
More file actions
88 lines (71 loc) · 3.59 KB
/
Copy pathllms.txt
File metadata and controls
88 lines (71 loc) · 3.59 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# VES On-Set VFX Data Collection and Usage Guide
> A structured, machine-readable reference published by the VES Technology Committee
> describing which on-set data is collected, by whom, and which downstream VFX
> departments and vendors consume it. Covers 50+ dataset types across 16 categories
> including camera, scanning, colour reference, motion capture, LED volume, and more.
>
> Published under Creative Commons CC-BY 4.0.
> Site: https://ves-on-set-data.org
## Key data resources
- [Structured dataset JSON](https://ves-on-set-data.org/data/data.json): Complete machine-readable dataset — the canonical source of truth. Contains all 50+ data-set entries, each with Creator, Consumer, Scope, VFXTypes, and descriptive text fields.
- [Directory structure JSON](https://ves-on-set-data.org/data/directory_data.json): Recommended VFX hub filesystem tree (FINISHING_DIRECTORY, VFX_DIRECTORY, VFX_LOCAL) as a nested JSON array.
- [Directory structure YAML](https://ves-on-set-data.org/data/directory_structure.yaml): Same filesystem tree in YAML format.
- [Full guide PDF](https://ves-on-set-data.org/data/On-Set_VFX_Data_Collection_and_Usage_Guide_v1.0.0.pdf): The original VES document — best for citation and full narrative context.
## Interactive tools
- [Dataset browser](https://ves-on-set-data.org/dashboard/index.html): Filterable grid of all datasets with Creator / Consumer / Scope / VFX-type facets.
- [Sankey flow diagram](https://ves-on-set-data.org/dashboard/VES_Sankey_Creator_Dataset_Consumer_23.html): Creator → Dataset → Consumer relationship visualisation.
## data.json structure
The top-level JSON object has these keys:
- `version` — guide version string (e.g. "1.0.0")
- `publishDate` — ISO date string
- `Introduction` — array of `{html}` blocks
- `Scope Definitions` — array of `{term: definition}` objects
- `Data Sets` — **primary data** — array of section objects (see below)
- `Directory Structure` — intro HTML + `{type: "tree_view"}` marker
- `Reference Docs` — array of `{html}` blocks with external links
- `Feedback` — array of `{html}` blocks
### Data Sets section structure
Each entry in `Data Sets` is a **section** (H1 in the guide):
```json
{
"title": "1. Camera & Lens Data",
"subsections": [
{
"title": "1.1 Manual Camera Data Collection",
"items": [
{
"Data Collected": ["Roll, slate, take", "Lens, f-stop, ..."],
"Description": "...",
"Usage": "...",
"Scope": ["Shot", "Take"],
"Creator": ["Data wrangler", "Camera department"],
"Consumer": ["VFX Post Vendor", "Dailies and DI Vendor"],
"VFXTypes": ["Basic 2D VFX", "Basic 3D VFX", "Complex VFX"]
}
]
}
]
}
```
## Dataset categories (16 sections)
1. Camera & Lens Data
2. Witness Cameras & Reference Video
3. Production Reports & Metadata
4. Colour & Lighting Reference
5. Set, Prop, and Actor Scans
6. Camera Rig & Technical Specs
7. Vendor & Pre-Production Data from VFX Vendor to Production
8. Mocap Data
9. Camera Tracking & Sync
10. LED Volume & Environment Data
11. Scene Metadata & Notes
12. Audio & Sync Data
13. Data from Other Production Departments
14. Data Shared with VFX Vendors During Principal Photography
15. Data Management, Tracking, and Review
16. Plate Deliverables
## VFX Types covered
Basic 2D VFX · Basic 3D VFX · Character VFX · Digital Matte Painting · Complex VFX · Motion Capture · Virtual Production · Real-time
## Authors
Web dashboard by Sam Richards.
On-set guide by Sheena Duggal with contributions from Sam Richards, Jim Geduldick, Jake Morrison, and Jean-Francois Panisset.