mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
update data processing
This commit is contained in:
parent
833c70f2ae
commit
ca53b1a21b
|
|
@ -1 +0,0 @@
|
|||
`python tools/optical_flow/inference.py --meta_path ./data/Panda-70M/processed/meta/test_intact_cut_head-100.csv`
|
||||
8
tools/scoring/README.md
Normal file
8
tools/scoring/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
## Data Scoring and Filtering
|
||||
|
||||
### Aesthetic Score
|
||||
|
||||
### Optical Flow Score
|
||||
`python tools/scoring/optical_flow/inference.py --meta_path ./data/Panda-70M/processed/meta/test_intact_cut_head-100.csv`
|
||||
|
||||
### Matching Score
|
||||
0
tools/scoring/optical_flow/__init__.py
Normal file
0
tools/scoring/optical_flow/__init__.py
Normal file
|
|
@ -4,7 +4,6 @@ print(f'Current working directory: {os.getcwd()}')
|
|||
|
||||
import argparse
|
||||
import av
|
||||
import decord
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
from einops import rearrange
|
||||
|
|
@ -16,6 +15,7 @@ import torch.nn.functional as F
|
|||
from torch.utils.data import Dataset
|
||||
from torchvision.transforms.functional import pil_to_tensor
|
||||
|
||||
import decord
|
||||
from unimatch import UniMatch
|
||||
|
||||
|
||||
7
tools/splitting/README.md
Normal file
7
tools/splitting/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
## Scene Detection and Video Splitting
|
||||
|
||||
### Scene Detection
|
||||
TODO
|
||||
|
||||
### Video Splitting
|
||||
TODO
|
||||
0
tools/splitting/__init__.py
Normal file
0
tools/splitting/__init__.py
Normal file
Loading…
Reference in a new issue