Skip to content

Add motion filtering stages to video splitting pipeline #797

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

Open
wants to merge 4 commits into
base: aot/ray-video-clip-writer
Choose a base branch
from

Conversation

suiyoubi
Copy link

  • Integrated MotionVectorDecodeStage and MotionFilterStage into the video splitting pipeline for enhanced motion analysis.
  • Updated command-line arguments to configure motion filtering options, including GPU memory allocation and thresholds.
  • Modified Clip class to include a type for decoded motion data.

Description

Usage

# Add snippet demonstrating usage

Checklist

  • I am familiar with the Contributing Guide.
  • New or Existing tests cover these changes.
  • The documentation is up to date with these changes.

- Integrated `MotionVectorDecodeStage` and `MotionFilterStage` into the video splitting pipeline for enhanced motion analysis.
- Updated command-line arguments to configure motion filtering options, including GPU memory allocation and thresholds.
- Modified `Clip` class to include a type for decoded motion data.

Signed-off-by: Ao Tang <[email protected]>
Copy link

copy-pr-bot bot commented Jul 14, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

suiyoubi added 3 commits July 14, 2025 13:10
- Refactored the parameter name from `batch_size` to `motion_filter_batch_size` in the `TestMotionFilterStage` class.
- Adjusted the instantiation of `MotionFilterStage` in the test to reflect the new parameter name for improved clarity.

Signed-off-by: Ao Tang <[email protected]>
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.

1 participant