Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,18 @@ configs:
|
|
| 20 |
size_categories:
|
| 21 |
- n>1T
|
| 22 |
---
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
size_categories:
|
| 21 |
- n>1T
|
| 22 |
---
|
| 23 |
+
|
| 24 |
+
# time-lapse-artifacts
|
| 25 |
+
|
| 26 |
+
## Overview
|
| 27 |
+
This repository contains a continuously updated, multi-terabyte video dataset of raw fine art drawing sessions. It is designed for computer vision and visual cognition research. The directory structure and categorization schema are strictly fixed to ensure reliable automated parsing for ingestion scripts.
|
| 28 |
+
|
| 29 |
+
## Directory Structure
|
| 30 |
+
Researchers cloning this repository can expect a permanent hierarchy:
|
| 31 |
+
|
| 32 |
+
```text
|
| 33 |
+
dataset_root/
|
| 34 |
+
├── [Category_Name]/
|
| 35 |
+
│ ├── [YYYY-MM-DD]_[Category]_[Identifier].mp4
|
| 36 |
+
│ └── ...
|
| 37 |
+
└── README.md
|