mgod96/DRAMA-X
Request access to the original DRAMA dataset athttps://usa.honda-ri.com/drama#Downloadthedataset Download the ZIP and extract the fileintegrated_output_v2.json Ensure you have your existingdrama_x_annotations.json (with empty image_path/video_path fields) in the same folder. Run the population script: python populate_drama_x.py \ drama_x_annotated.json \ integrated_output_v2.json \ -o drama_x_annotations_populated.json
237
- Request access to the original DRAMA dataset at https://usa.honda-ri.com/drama#Downloadthedataset
- Download the ZIP and extract the file
integrated_output_v2.json
- Ensure you have your existing
drama_x_annotations.json(with emptyimage_path/video_pathfields) in the same folder.
- Run the population script:
python populate_drama_x.py \
drama_x_annotated.json \
integrated_output_v2.json \
-o drama_x_annotations_populated.json
