Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,18 @@ tags:
|
|
4 |
- s3fd
|
5 |
---
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- s3fd
|
5 |
---
|
6 |
|
7 |
+
# Model Checkpoints
|
8 |
+
|
9 |
+
## Pre-trained Models
|
10 |
+
|
11 |
+
This project includes the following pre-trained model weights:
|
12 |
+
|
13 |
+
### S3FD Face Detection
|
14 |
+
- **Filename**: `sfd_face.pth`
|
15 |
+
- **Purpose**: High-accuracy face detection
|
16 |
+
- **Architecture**: Single Shot Scale-invariant Face Detector (S3FD)
|
17 |
+
|
18 |
+
### SyncNet Audio-Visual Synchronization
|
19 |
+
- **Filename**: `syncnet_v2.model`
|
20 |
+
- **Purpose**: Audio-visual synchronization detection
|
21 |
+
- **Original Repo**: https://github.com/joonson/syncnet_python
|