Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
--
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
[](https://arxiv.org/abs/2410.13726)
|
| 8 |
+
[](https://hanbo-cheng.github.io/DAWN/)
|
| 9 |
+
[](https://zhuanlan.zhihu.com/p/2253009511)
|
| 10 |
+
[](https://github.com/Hanbo-Cheng/DAWN-pytorch)
|
| 11 |
+
|
| 12 |
+
`./hubert_ckpt`: hubert audio encoder, same as [hubert-base](https://huggingface.co/facebook/hubert-base-ls960)
|
| 13 |
+
|
| 14 |
+
`./pbnet_both/checkpoint_100000.pth.tar`: checkpoint for the Pose-Blink generation network
|
| 15 |
+
|
| 16 |
+
`DAWN_128.pth`: checkpoint for the A2V-FDM with 128 * 128 resolution
|
| 17 |
+
|
| 18 |
+
`DAWN_256.pth`: checkpoint for the A2V-FDM with 256 * 256 resolution
|
| 19 |
+
|
| 20 |
+
`LFG_128_1000ep.pth`: checkpoint for the LFG with 128 * 128 resolution
|
| 21 |
+
|
| 22 |
+
`LFG_256_400ep.pth`: checkpoint for the LFG with 256 * 256 resolution
|
|
|