Open
Description
openedon Jul 23, 2022
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