Skip to content

New action representation and user-configurable image filetypes.

Jonathan Jones requested to merge 58-action-seqs into master

Resolves #58 (closed) and #63 (closed).

To test out the new action representations, you'll want to turn on debug in the config file. Here's an example configuration that should work: stats-setup.ini

From CHANGELOG.md (see this file for more documentation on the changes since version 0.1.0):

  • src.compute_stats now parses individual actions into BlockAssembly representations, and creates new visualizations in
    • debug-output/<video ID>/action-stat-seq-graphs
    • debug-output/<video ID>/action-stat-seq-topdown
    • figures/action-paths
    • figures/action-states
Edited by Jonathan Jones

Merge request reports