增加了video目前的所有pipeline和算子#10
Merged
Merged
Conversation
added 5 commits
December 13, 2025 16:06
- Add video caption generation operator under generate/ - Add 7 video filter operators (resolution, motion score, clip, info, scene, score, frame) - Reorganize video understanding file structure to match audio understanding format - Update video caption documentation to align with DataFlow-MM code - Format all video operator docs consistent with image operators - Update sidebar configuration for nested structure
- Add 5 video evaluation operators (general_text_answer_evaluator, emscore_evaluator, video_aesthetic_evaluator, video_luminance_evaluator, video_ocr_evaluator) - Add eval section to video understanding with proper nested structure - Update sidebar configuration for both Chinese and English - Document evaluation metrics for text answers, EMScore, aesthetic, luminance, and OCR - All evaluator docs follow consistent format with filter/generate operators
- Restore complete content for general_text_answer_evaluator.md - Include all sections: overview, parameters, usage examples, output format - Maintain consistent format with other evaluator operators
Author
|
把目前已有的所有video pipeline都加上了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
把目前已有的所有video算子都加上了