Upload entire folder with structure in one commit
Browse files- .gitattributes +3 -0
- .gitignore +2 -0
- ditto_cfg/v0.4_hubert_cfg_pytorch.pkl +3 -0
- ditto_cfg/v0.4_hubert_cfg_trt.pkl +3 -0
- ditto_cfg/v0.4_hubert_cfg_trt_online.pkl +3 -0
- ditto_onnx/appearance_extractor.onnx +3 -0
- ditto_onnx/blaze_face.onnx +3 -0
- ditto_onnx/decoder.onnx +3 -0
- ditto_onnx/face_mesh.onnx +3 -0
- ditto_onnx/hubert.onnx +3 -0
- ditto_onnx/insightface_det.onnx +3 -0
- ditto_onnx/landmark106.onnx +3 -0
- ditto_onnx/landmark203.onnx +3 -0
- ditto_onnx/libgrid_sample_3d_plugin.so +3 -0
- ditto_onnx/lmdm_v0.4_hubert.onnx +3 -0
- ditto_onnx/motion_extractor.onnx +3 -0
- ditto_onnx/stitch_network.onnx +3 -0
- ditto_onnx/warp_network.onnx +3 -0
- ditto_onnx/warp_network_ori.onnx +3 -0
- ditto_pytorch/aux_models/2d106det.onnx +3 -0
- ditto_pytorch/aux_models/det_10g.onnx +3 -0
- ditto_pytorch/aux_models/face_landmarker.task +3 -0
- ditto_pytorch/aux_models/hubert_streaming_fix_kv.onnx +3 -0
- ditto_pytorch/aux_models/landmark203.onnx +3 -0
- ditto_pytorch/models/appearance_extractor.pth +3 -0
- ditto_pytorch/models/decoder.pth +3 -0
- ditto_pytorch/models/lmdm_v0.4_hubert.pth +3 -0
- ditto_pytorch/models/motion_extractor.pth +3 -0
- ditto_pytorch/models/stitch_network.pth +3 -0
- ditto_pytorch/models/warp_network.pth +3 -0
- ditto_trt_Ampere_Plus/appearance_extractor_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/blaze_face_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/decoder_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/face_mesh_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/hubert_fp32.engine +3 -0
- ditto_trt_Ampere_Plus/insightface_det_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/landmark106_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/landmark203_fp16.engine +3 -0
- ditto_trt_Ampere_Plus/lmdm_v0.4_hubert_fp32.engine +3 -0
- ditto_trt_Ampere_Plus/motion_extractor_fp32.engine +3 -0
- ditto_trt_Ampere_Plus/stitch_network_fp16.engine +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.engine filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ditto_pytorch/aux_models/face_landmarker.task filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
| 2 |
+
*.DS_Store
|
ditto_cfg/v0.4_hubert_cfg_pytorch.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e4c9ecb8dbb5aa4d22cb3f9b2c6ceabc62499b04af5fe074826d5b1044c4146
|
| 3 |
+
size 31002
|
ditto_cfg/v0.4_hubert_cfg_trt.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be6729ca19e25269c4447d8ff4062e18de053b0f6dd38fdb6ef8166de6e8f3e3
|
| 3 |
+
size 30924
|
ditto_cfg/v0.4_hubert_cfg_trt_online.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f82e1e383b3a29f390921846dd4b9a22794d96d8d835391e6cfda87782b7044
|
| 3 |
+
size 30924
|
ditto_onnx/appearance_extractor.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f5823888fc155209d69cf5b3ad69502c553eaa500d28f07fd39a340bc5b7eb6
|
| 3 |
+
size 3355896
|
ditto_onnx/blaze_face.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b217128f6b66f7e11dc3673c22be250d72f68f507430817d0754ef1451eb609
|
| 3 |
+
size 418456
|
ditto_onnx/decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94fca15fe5b67885edebfacbcadcac29e79238ac0d9ffbf0d688391cefb890be
|
| 3 |
+
size 221530139
|
ditto_onnx/face_mesh.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbbb49fac007b7cde79b478c680d171969f23f53ae6cdaf6a3b4264fa18c8479
|
| 3 |
+
size 4958394
|
ditto_onnx/hubert.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:327a5b90c0bfb9df251c9af91d0bea5e6284dbb0a4d02814f1d3ace6b4c2b5aa
|
| 3 |
+
size 1458714493
|
ditto_onnx/insightface_det.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36470ce2f42822573fadfdc69b1fd20a96d3c0413e583d54738cf2869df0434e
|
| 3 |
+
size 16923442
|
ditto_onnx/landmark106.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80682a4fd45ee809a9ff436d4456bb482a06c4aaa17d9bb7fa191cd635d15e5e
|
| 3 |
+
size 4956080
|
ditto_onnx/landmark203.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:babb139e95a783f0df5d296fc069badc4c7fcdacca0d202b21bcd409dfd2f556
|
| 3 |
+
size 114678967
|
ditto_onnx/libgrid_sample_3d_plugin.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c9ad18e582231247f276eba9df17b46c74e1eb8fbddeb37cbcd73f36874277c
|
| 3 |
+
size 2377784
|
ditto_onnx/lmdm_v0.4_hubert.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea6664518746a1c2e13db496ffe97216da715742be83e069a02cc86873c6dcfc
|
| 3 |
+
size 192453963
|
ditto_onnx/motion_extractor.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91bd0c05e9fa2cb4918d32cfe547db1d3f3fbbf79713ffbe207670f422e069a1
|
| 3 |
+
size 112610626
|
ditto_onnx/stitch_network.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3629a08268f1125d60c194e6dbd495126424e8de1112f2fc368170660dde043
|
| 3 |
+
size 185542
|
ditto_onnx/warp_network.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88f829070c6f5671f809e5ac4825320a8096fb0484fe72a67038d5515e52dba9
|
| 3 |
+
size 199684267
|
ditto_onnx/warp_network_ori.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:132e9cdbf0e208159d4fcea006272c3f24d7db9e5831e91e9b97fe16afcd40d5
|
| 3 |
+
size 199684283
|
ditto_pytorch/aux_models/2d106det.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f001b856447c413801ef5c42091ed0cd516fcd21f2d6b79635b1e733a7109dbf
|
| 3 |
+
size 5030888
|
ditto_pytorch/aux_models/det_10g.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5838f7fe053675b1c7a08b633df49e7af5495cee0493c7dcf6697200b85b5b91
|
| 3 |
+
size 16923827
|
ditto_pytorch/aux_models/face_landmarker.task
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64184e229b263107bc2b804c6625db1341ff2bb731874b0bcc2fe6544e0bc9ff
|
| 3 |
+
size 3758596
|
ditto_pytorch/aux_models/hubert_streaming_fix_kv.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04cd6c7c388aaf99cdea8d4599cefede9930e60d6051abd5a33c791aeb931697
|
| 3 |
+
size 1460740880
|
ditto_pytorch/aux_models/landmark203.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31d22a5041326c31f19b78886939a634a5aedcaa5ab8b9b951a1167595d147db
|
| 3 |
+
size 114666491
|
ditto_pytorch/models/appearance_extractor.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5279bb8654293dbdf327030b397f107237dd9212fb11dd75b83dfb635211ceb5
|
| 3 |
+
size 3387959
|
ditto_pytorch/models/decoder.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4780afc7909a9f84e24c01d73b31a555ef651521a1fe3b2429bd04534d992aee
|
| 3 |
+
size 221813590
|
ditto_pytorch/models/lmdm_v0.4_hubert.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40ef5aa80b76e9fc45a0f606cdd507bbeb09d3d078b016ac61fc47e369be8c94
|
| 3 |
+
size 191247715
|
ditto_pytorch/models/motion_extractor.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:251e6a94ad667a1d0c69526d292677165110ef7f0cf0f6d199f0e414e8aa0ca5
|
| 3 |
+
size 112545506
|
ditto_pytorch/models/stitch_network.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3652d5a3f95099141a56986aaddec92fadf0a73c87a20fac9a2c07c32b28b611
|
| 3 |
+
size 2393098
|
ditto_pytorch/models/warp_network.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f61a6f265fe344f14132364859a78bdbbc2068577170693da57fb96d636e282
|
| 3 |
+
size 182180086
|
ditto_trt_Ampere_Plus/appearance_extractor_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7da1ba2c4b081c50de4794de8959eb932d07417434a2c43fb58ab9cdbcfeb00
|
| 3 |
+
size 3879644
|
ditto_trt_Ampere_Plus/blaze_face_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc789910c810268e3d129cec4bcdefbc1fc2c4da52cc50357762d85a663365ab
|
| 3 |
+
size 2577708
|
ditto_trt_Ampere_Plus/decoder_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64302bbb47d7612ca728bbedb18d329ad46089c2435ac74f8468e179472b1a65
|
| 3 |
+
size 118827252
|
ditto_trt_Ampere_Plus/face_mesh_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8eb299e25c7715140ea25423b0271921ff1a80ca181b9a50f17592d775f11c6
|
| 3 |
+
size 37096188
|
ditto_trt_Ampere_Plus/hubert_fp32.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ba3076c21c1dc4d12459768da3933b8cb53758e57033186b9fe55710b4ee8e3
|
| 3 |
+
size 1490865620
|
ditto_trt_Ampere_Plus/insightface_det_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfd3d7cc449c8308aed43eb371467281865e4317d94ea110357a2ecfbe8d2264
|
| 3 |
+
size 9810332
|
ditto_trt_Ampere_Plus/landmark106_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d9e1aa35856d261890fc1ece28d5963b5b0115703a2e3b9f00cc2e01c12feda
|
| 3 |
+
size 12235204
|
ditto_trt_Ampere_Plus/landmark203_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ce56364e585ae1ba26bef6fcc9e3002741826f6f3346cef27f6371ee5b9d79d
|
| 3 |
+
size 87503668
|
ditto_trt_Ampere_Plus/lmdm_v0.4_hubert_fp32.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:017e57bd2eca8825d2bb32105e3fad8c37868571268b008c309abe1660197011
|
| 3 |
+
size 213569444
|
ditto_trt_Ampere_Plus/motion_extractor_fp32.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31d333a96e85f3a7be22b8c16f88c518f5d2fd341a63a50d90c7365198d5857e
|
| 3 |
+
size 123821708
|
ditto_trt_Ampere_Plus/stitch_network_fp16.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6554643d79450a0f022f61bed85527b5c94bc70326d33a8d9ce64faed7ca5442
|
| 3 |
+
size 635500
|