mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 21:01:26 +02:00
scenedetect installation guide
This commit is contained in:
parent
f3dcb4d6fb
commit
e84ccb2a31
|
|
@ -31,6 +31,10 @@ This should output
|
|||
## Scene Detection
|
||||
The next step is to detect scenes in a video.
|
||||
We use [`PySceneDetect`](https://github.com/Breakthrough/PySceneDetect) for this job.
|
||||
```bash
|
||||
pip install scenedetect[opencv] --upgrade
|
||||
```
|
||||
|
||||
**Make sure** the input meta file has column `path`, which is the path of a video.
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue