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

Make the video reader use cudaVideoDeinterlaceMode_Adaptive only for non-progressive videos #5392

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Mar 25, 2024

  • removes the default usage of cudaVideoDeinterlaceMode_Adaptive
    for all videos in the video reader. Makes it conditional only
    for videos with progressive_sequence set to true

Category:

Other (e.g. Documentation, Tests, Configuration)

Description:

  • removes the default usage of cudaVideoDeinterlaceMode_Adaptive
    for all videos in the video reader. Makes it conditional only
    for videos with progressive_sequence set to true
  • relates to nv4564021 and nv4566756

Additional information:

Affected modules and functionalities:

  • video reader

Key points relevant for the review:

  • the change is based on the VideoSDK sample

Tests:

  • Existing tests apply
    • VideoReaderTest
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: DALI-3895

…non-progressive videos

- removes the default usage of cudaVideoDeinterlaceMode_Adaptive
  for all videos in the video reader. Makes it conditional only
  for videos with progressive_sequence set to true

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@JanuszL
Copy link
Contributor Author

JanuszL commented Mar 25, 2024

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [13769970]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [13769970]: BUILD PASSED

@JanuszL
Copy link
Contributor Author

JanuszL commented Mar 28, 2024

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [13849795]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [13849795]: BUILD PASSED

@JanuszL JanuszL merged commit b8e8832 into NVIDIA:main Apr 5, 2024
10 checks passed
@JanuszL JanuszL deleted the fix_video_Regres branch April 5, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants