Mixpeek Logo
    Video

    Video Action Recognition

    Detect and classify human actions in video content

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a video file

    Drag and drop a video file here, or click to browse

    Action classes to detect. Default: walking,running,sitting,standing,gesturing

    Temporal window in seconds for action detection. Default: 2

    Output

    {
    "actions": [
    {
    "action": "walking",
    "confidence": 0.88,
    "start_time": 0,
    "end_time": 3.5
    }
    ]
    }