Commit ·
d3ee707
1
Parent(s): 42280e9
README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# DAWN
|
| 5 |
+
|
| 6 |
+
`./hubert_ckpt`: hubert audio encoder, same as [hubert-base](https://huggingface.co/facebook/hubert-base-ls960)
|
| 7 |
+
|
| 8 |
+
`./pbnet_both/checkpoint_100000.pth.tar`: checkpoint for the Pose-Blink generation network
|
| 9 |
+
|
| 10 |
+
`DAWN_128.pth`: checkpoint for the A2V-FDM with 128 * 128 resolution
|
| 11 |
+
|
| 12 |
+
`DAWN_256.pth`: checkpoint for the A2V-FDM with 256 * 256 resolution
|
| 13 |
+
|
| 14 |
+
`LFG_128_1000ep.pth`: checkpoint for the LFG with 128 * 128 resolution
|
| 15 |
+
|
| 16 |
+
`LFG_256_400ep.pth`: checkpoint for the LFG with 256 * 256 resolution
|
| 17 |
+
|
| 18 |
+
|