mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-15 03:15:20 +02:00
Dev/pxy (#38)
* update scoring/matching * update scoring/matching * update scoring/matching * update scoring/matching * update scoring/matching * update scoring/matching * update scoring/matching * update scoring/matching * update scoring/matching * update scene_cut * update scene_cut * update scene_cut[A * update scene_cut * update scene_cut * update scene_cut * update scene_cut * update scene_cut * update scene_cut * m * m * m * m * m * m * m * m * m * m * m * m * m * m * update readme * update readme
This commit is contained in:
parent
7da8be989a
commit
c4bf35727c
|
|
@ -29,7 +29,7 @@ All dataset should be provided in a CSV file, which is used both for training an
|
|||
- `aspect_ratio`: the aspect ratio of the video frame (height / width) (optional)
|
||||
- `aes`: aesthetic score calculated by [asethetic scorer](/tools/aesthetic/README.md) (optional)
|
||||
- `flow`: optical flow score calculated by [UniMatch](/tools/scoring/README.md) (optional)
|
||||
- `match`: matching score of a image-text/video-text pair calculated with [clip](/tools/scoring/README.md) (optional)
|
||||
- `match`: matching score of a image-text/video-text pair calculated by [CLIP](/tools/scoring/README.md) (optional)
|
||||
- `cmotion`: the camera motion (optional)
|
||||
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue