Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proeblematic video tests #59

Open
hmaarrfk opened this issue Jul 23, 2022 · 1 comment
Open

Proeblematic video tests #59

hmaarrfk opened this issue Jul 23, 2022 · 1 comment
Labels

Comments

@hmaarrfk
Copy link
Contributor

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" %}

@hmaarrfk hmaarrfk mentioned this issue Jul 23, 2022
5 tasks
@hmaarrfk
Copy link
Contributor Author

This still seems to be a problem in 2024. I tried building torchvision 0.19 with pytorch 2.4.0 and still ran into segfaults

pytorch/vision#7296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant