Skip to content

Proeblematic video tests #59

Open
Open

Description

Comment:

In building for pytorch 1.12, we found the following video tests were problematic if building with ffmpeg

        # I'm really not sure why test_read_partial_video is failing, but it seems
        # to pass locally so maybe it is also limited by memory?
        {% set tests_to_skip = tests_to_skip + " or test_read_partial_video" %}
        {% set tests_to_skip = tests_to_skip + " or test_incorrect_anchors" %}
        {% set tests_to_skip = tests_to_skip + " or TestVideoGPUDecoder" %}
        {% set tests_to_skip = tests_to_skip + " or test_generalizedrcnn_transform_repr" %}
        {% set tests_to_skip = tests_to_skip + " or TestModelsDetectionNegativeSamples" %}
        {% set tests_to_skip = tests_to_skip + " or TestVideoReader" %}
        {% set tests_to_skip = tests_to_skip + " or TestModelsDetectionUtils" %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions