No project description provided
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
for using face detection module use the below code
from lipsync_seisei.face_det import extract_faces
extract_faces(
face_path= "path/to/the/input/video",
output_dir='path/to/output/folder',
)
for lipsync video generation using the face detection results
from lipsync_seisei.video_gen import run_lipsync
run_lipsync(
checkpoint_path="path/to/the/checkpoint",
metadata_path="path/to/metadata/file",
audio_dir= "path/to/the/audio/folder",
output_dir="path/to/output/folder",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lipsync_seisei-0.0.2.tar.gz
(24.1 kB
view details)
File details
Details for the file lipsync_seisei-0.0.2.tar.gz.
File metadata
- Download URL: lipsync_seisei-0.0.2.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb80c7056d6644a57cb1906669ec7c14a2da4b03d8bf226a55d7a97033622973
|
|
| MD5 |
3270be0ad648ba4db9d2bd5275b6a2da
|
|
| BLAKE2b-256 |
9c06a22f1fd4d9792b691cc67e8f24df659c7356736c326f240f0a02f096f542
|