lithiumice commited on
Commit
16abbb5
·
verified ·
1 Parent(s): ad621ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -4,6 +4,18 @@ tags:
4
  - s3fd
5
  ---
6
 
7
- ### Files
8
- + S3FD checkpoint: sfd_face.pth
9
- + SyncNet checkpoint: syncnet_v2.model
 
 
 
 
 
 
 
 
 
 
 
 
 
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