File size: 524 Bytes
86aa5b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: cc-by-4.0
---


1. Request access to the original DRAMA dataset at  
   https://usa.honda-ri.com/drama#Downloadthedataset

2. Download the ZIP and extract the file  
   `integrated_output_v2.json`

3. Ensure you have your existing  
   `drama_x_annotations.json` (with empty `image_path`/`video_path` fields) in the same folder.

4. Run the population script:  
   ```bash
   python populate_drama_x.py \
     drama_x_annotated.json \
     integrated_output_v2.json \
     -o drama_x_annotations_populated.json