Darknsu commited on
Commit
642f7ce
·
verified ·
1 Parent(s): bab5b6f

Upload entire folder with structure in one commit

Browse files
Files changed (42) hide show
  1. .gitattributes +3 -0
  2. .gitignore +2 -0
  3. ditto_cfg/v0.4_hubert_cfg_pytorch.pkl +3 -0
  4. ditto_cfg/v0.4_hubert_cfg_trt.pkl +3 -0
  5. ditto_cfg/v0.4_hubert_cfg_trt_online.pkl +3 -0
  6. ditto_onnx/appearance_extractor.onnx +3 -0
  7. ditto_onnx/blaze_face.onnx +3 -0
  8. ditto_onnx/decoder.onnx +3 -0
  9. ditto_onnx/face_mesh.onnx +3 -0
  10. ditto_onnx/hubert.onnx +3 -0
  11. ditto_onnx/insightface_det.onnx +3 -0
  12. ditto_onnx/landmark106.onnx +3 -0
  13. ditto_onnx/landmark203.onnx +3 -0
  14. ditto_onnx/libgrid_sample_3d_plugin.so +3 -0
  15. ditto_onnx/lmdm_v0.4_hubert.onnx +3 -0
  16. ditto_onnx/motion_extractor.onnx +3 -0
  17. ditto_onnx/stitch_network.onnx +3 -0
  18. ditto_onnx/warp_network.onnx +3 -0
  19. ditto_onnx/warp_network_ori.onnx +3 -0
  20. ditto_pytorch/aux_models/2d106det.onnx +3 -0
  21. ditto_pytorch/aux_models/det_10g.onnx +3 -0
  22. ditto_pytorch/aux_models/face_landmarker.task +3 -0
  23. ditto_pytorch/aux_models/hubert_streaming_fix_kv.onnx +3 -0
  24. ditto_pytorch/aux_models/landmark203.onnx +3 -0
  25. ditto_pytorch/models/appearance_extractor.pth +3 -0
  26. ditto_pytorch/models/decoder.pth +3 -0
  27. ditto_pytorch/models/lmdm_v0.4_hubert.pth +3 -0
  28. ditto_pytorch/models/motion_extractor.pth +3 -0
  29. ditto_pytorch/models/stitch_network.pth +3 -0
  30. ditto_pytorch/models/warp_network.pth +3 -0
  31. ditto_trt_Ampere_Plus/appearance_extractor_fp16.engine +3 -0
  32. ditto_trt_Ampere_Plus/blaze_face_fp16.engine +3 -0
  33. ditto_trt_Ampere_Plus/decoder_fp16.engine +3 -0
  34. ditto_trt_Ampere_Plus/face_mesh_fp16.engine +3 -0
  35. ditto_trt_Ampere_Plus/hubert_fp32.engine +3 -0
  36. ditto_trt_Ampere_Plus/insightface_det_fp16.engine +3 -0
  37. ditto_trt_Ampere_Plus/landmark106_fp16.engine +3 -0
  38. ditto_trt_Ampere_Plus/landmark203_fp16.engine +3 -0
  39. ditto_trt_Ampere_Plus/lmdm_v0.4_hubert_fp32.engine +3 -0
  40. ditto_trt_Ampere_Plus/motion_extractor_fp32.engine +3 -0
  41. ditto_trt_Ampere_Plus/stitch_network_fp16.engine +3 -0
  42. ditto_trt_Ampere_Plus/warp_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:ea473490d33bcd59874d2dd0734d8390a2c05d5ec07c35315894e2ee18e9c803
3
+ size 1788616
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:0b47239491301b25a3913fbf56c6c91b20b063376287980c35826892482799f4
3
+ size 4150636
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:5d702521ec8b6b954b770332f7f37f1505407def755124264c4dcd683a8d297a
3
+ size 3306268
ditto_trt_Ampere_Plus/decoder_fp16.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4428e12db3d02745f4a4895f82f1c404b7e6563031fe4eff0bf1adfeeff07732
3
+ size 128045148
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:ec868fe44a0a7395962b74b0d568b22d6b031b646428dd65373dd75a308d8d8a
3
+ size 37308532
ditto_trt_Ampere_Plus/hubert_fp32.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aef9cde93435ba31e3728887ffbc3b3048fcac8c8d47a175f67c825b7639af5
3
+ size 1490426084
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:7cdd65496820f5aee01efdfd90690e30f8db3e6d024195ae0a287fb79d88e570
3
+ size 10089116
ditto_trt_Ampere_Plus/landmark106_fp16.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:273200b4b0a24ccce15710deae65b9cbfaac92d52db45799a7d0ea47370cad8e
3
+ size 15749068
ditto_trt_Ampere_Plus/landmark203_fp16.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7c8a98dfc610e08a3eb74e25c5f0e2322f31f5aff6e2e6b3cf0c3873586243c
3
+ size 86174188
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:f1214497cd057407b771da1e67606aff8f38893c6bef052cd141da39f4a64635
3
+ size 213099012
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:b3c6a1a24600b6899aac79791da306982de897719e9e9378a22b421f5e901d07
3
+ size 124760172
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:ac5b8a886d234cea6316144296bd7a84df963d039f51f01703832205a4ea369c
3
+ size 635500
ditto_trt_Ampere_Plus/warp_network_fp16.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a544c5b3295bde3a08865224cc0d0a18f89953309a4ea5da05de02f27c59a9a0
3
+ size 109259748