Nebularer commited on
Commit
716cbb5
·
verified ·
1 Parent(s): 35417a0

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +38 -0
  2. Depth-Anything-V2/assets/DA-2K.png +3 -0
  3. Depth-Anything-V2/assets/examples_video/basketball.mp4 +3 -0
  4. Depth-Anything-V2/assets/examples_video/ferris_wheel.mp4 +3 -0
  5. Depth-Anything-V2/assets/teaser.png +3 -0
  6. Depth-Anything-V2/metric_depth/assets/compare_zoedepth.png +3 -0
  7. Depth-Anything-V2/metric_depth/dataset/splits/hypersim/train.txt +3 -0
  8. SMPLest-X/assets/teaser.png +3 -0
  9. SMPLest-X/demo/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.mp4 +3 -0
  10. SMPLest-X/demo/output_pkls/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.pkl +3 -0
  11. WiLoR/assets/teaser.png +3 -0
  12. WiLoR/demo_img/test2.png +3 -0
  13. WiLoR/mano_data/MANO_RIGHT.pkl +3 -0
  14. WiLoR/mano_data/mano_mean_params.npz +3 -0
  15. demo/inputs/videos/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.mp4 +3 -0
  16. demo/inputs/videos/0a30a2e8d16e407ca18429df23746883_720p_0-287_233786.mp4 +3 -0
  17. demo/inputs/videos/Common-Concerns_20200530_41087-41262_366929.mp4 +3 -0
  18. demo/inputs/videos/Common-Concerns_20200530_42312-42487_47021.mp4 +3 -0
  19. demo/inputs/videos/Common-Concerns_20200917_46312-46437_665851.mp4 +3 -0
  20. demo/inputs/videos/Common-Concerns_20200917_46387-46637_40818.mp4 +3 -0
  21. demo/inputs/videos/Common-Concerns_20210102_31912-32087_249535.mp4 +3 -0
  22. demo/inputs/videos/Common-Concerns_20210102_32162-32387_50330.mp4 +3 -0
  23. demo/inputs/videos/Common-Concerns_20210102_32337-32487_608938.mp4 +3 -0
  24. demo/inputs/videos/Common-Concerns_20211124_59462-59662_587359.mp4 +3 -0
  25. demo/inputs/videos/Common-Concerns_20220829_30937-31212_571257.mp4 +3 -0
  26. demo/inputs/videos/Common-Concerns_20221004_46462-46737_513803.mp4 +3 -0
  27. demo/inputs/videos/Common-Concerns_20221004_47037-47412_216007.mp4 +3 -0
  28. demo/inputs/videos/Common-Concerns_20221004_47387-47887_426192.mp4 +3 -0
  29. demo/inputs/videos/Common-Concerns_20221004_48362-48537_504658.mp4 +3 -0
  30. demo/inputs/videos/Common-Concerns_20221027_36462-36712_226853.mp4 +3 -0
  31. demo/inputs/videos/Common-Concerns_20221115_21787-22062_211101.mp4 +3 -0
  32. demo/inputs/videos/Common-Concerns_20230320_53037-53312_671327.mp4 +3 -0
  33. demo/inputs/videos/Common-Concerns_20240330_30737-31062_591670.mp4 +3 -0
  34. demo/inputs/videos/Dragon-TV_20230812_7612-7712_229985.mp4 +3 -0
  35. demo/inputs/videos/Dragon-TV_20230812_7887-8037_349532.mp4 +3 -0
  36. demo/inputs/videos/Dragon-TV_20231128_26687-27012_261760.mp4 +3 -0
  37. demo/inputs/videos/Dragon-TV_20231128_27437-27687_507318.mp4 +3 -0
  38. demo/inputs/videos/h264_1200k_mp4_SHDongFangHD1200000161863350120210417122501148822294049_33537-33762_172389.mp4 +3 -0
  39. demo/outputs/v3/v3_depth/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.pkl +3 -0
  40. demo/outputs/v3/v3_depth/Common-Concerns_20200917_46312-46437_665851.pkl +3 -0
  41. demo/outputs/v3/v3_depth/Common-Concerns_20211124_59462-59662_587359.pkl +3 -0
  42. demo/outputs/v3/v3_depth/Common-Concerns_20221004_47037-47412_216007.pkl +3 -0
  43. demo/outputs/v3/v3_depth/Dragon-TV_20230812_7887-8037_349532.pkl +3 -0
  44. demo/outputs/v3/v3_sr_depth/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.pkl +3 -0
  45. demo/outputs/v3/v3_sr_depth/0a30a2e8d16e407ca18429df23746883_720p_0-287_233786.pkl +3 -0
  46. demo/outputs/v3/v3_sr_depth/Common-Concerns_20200530_41087-41262_366929.pkl +3 -0
  47. demo/outputs/v3/v3_sr_depth/Common-Concerns_20200530_42312-42487_47021.pkl +3 -0
  48. demo/outputs/v3/v3_sr_depth/Common-Concerns_20200917_46312-46437_665851.pkl +3 -0
  49. demo/outputs/v3/v3_sr_depth/Common-Concerns_20200917_46387-46637_40818.pkl +3 -0
  50. demo/outputs/v3/v3_sr_depth/Common-Concerns_20210102_31912-32087_249535.pkl +3 -0
.gitattributes CHANGED
@@ -33,3 +33,41 @@ 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
+ log/extract_smplx_20260212_034401_gpu_monitor.log filter=lfs diff=lfs merge=lfs -text
37
+ log/extract_smplx_20260211_195039_gpu_monitor.log filter=lfs diff=lfs merge=lfs -text
38
+ SMPLest-X/demo/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.mp4 filter=lfs diff=lfs merge=lfs -text
39
+ SMPLest-X/assets/teaser.png filter=lfs diff=lfs merge=lfs -text
40
+ Depth-Anything-V2/assets/teaser.png filter=lfs diff=lfs merge=lfs -text
41
+ Depth-Anything-V2/assets/DA-2K.png filter=lfs diff=lfs merge=lfs -text
42
+ Depth-Anything-V2/metric_depth/assets/compare_zoedepth.png filter=lfs diff=lfs merge=lfs -text
43
+ Depth-Anything-V2/metric_depth/dataset/splits/hypersim/train.txt filter=lfs diff=lfs merge=lfs -text
44
+ Depth-Anything-V2/assets/examples_video/ferris_wheel.mp4 filter=lfs diff=lfs merge=lfs -text
45
+ Depth-Anything-V2/assets/examples_video/basketball.mp4 filter=lfs diff=lfs merge=lfs -text
46
+ pretrained_weight/smpl_models/smpl.faces filter=lfs diff=lfs merge=lfs -text
47
+ pretrained_weight/smpl_models/smplh/smplh.faces filter=lfs diff=lfs merge=lfs -text
48
+ WiLoR/demo_img/test2.png filter=lfs diff=lfs merge=lfs -text
49
+ WiLoR/assets/teaser.png filter=lfs diff=lfs merge=lfs -text
50
+ demo/inputs/videos/Common-Concerns_20221004_48362-48537_504658.mp4 filter=lfs diff=lfs merge=lfs -text
51
+ demo/inputs/videos/Common-Concerns_20210102_31912-32087_249535.mp4 filter=lfs diff=lfs merge=lfs -text
52
+ demo/inputs/videos/Common-Concerns_20200917_46387-46637_40818.mp4 filter=lfs diff=lfs merge=lfs -text
53
+ demo/inputs/videos/Dragon-TV_20231128_27437-27687_507318.mp4 filter=lfs diff=lfs merge=lfs -text
54
+ demo/inputs/videos/Common-Concerns_20221004_46462-46737_513803.mp4 filter=lfs diff=lfs merge=lfs -text
55
+ demo/inputs/videos/Common-Concerns_20230320_53037-53312_671327.mp4 filter=lfs diff=lfs merge=lfs -text
56
+ demo/inputs/videos/Common-Concerns_20210102_32162-32387_50330.mp4 filter=lfs diff=lfs merge=lfs -text
57
+ demo/inputs/videos/Common-Concerns_20200530_42312-42487_47021.mp4 filter=lfs diff=lfs merge=lfs -text
58
+ demo/inputs/videos/Dragon-TV_20231128_26687-27012_261760.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ demo/inputs/videos/Common-Concerns_20221027_36462-36712_226853.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ demo/inputs/videos/Common-Concerns_20220829_30937-31212_571257.mp4 filter=lfs diff=lfs merge=lfs -text
61
+ demo/inputs/videos/Dragon-TV_20230812_7887-8037_349532.mp4 filter=lfs diff=lfs merge=lfs -text
62
+ demo/inputs/videos/Common-Concerns_20221004_47387-47887_426192.mp4 filter=lfs diff=lfs merge=lfs -text
63
+ demo/inputs/videos/Common-Concerns_20240330_30737-31062_591670.mp4 filter=lfs diff=lfs merge=lfs -text
64
+ demo/inputs/videos/Common-Concerns_20221115_21787-22062_211101.mp4 filter=lfs diff=lfs merge=lfs -text
65
+ demo/inputs/videos/Dragon-TV_20230812_7612-7712_229985.mp4 filter=lfs diff=lfs merge=lfs -text
66
+ demo/inputs/videos/Common-Concerns_20221004_47037-47412_216007.mp4 filter=lfs diff=lfs merge=lfs -text
67
+ demo/inputs/videos/Common-Concerns_20200917_46312-46437_665851.mp4 filter=lfs diff=lfs merge=lfs -text
68
+ demo/inputs/videos/Common-Concerns_20200530_41087-41262_366929.mp4 filter=lfs diff=lfs merge=lfs -text
69
+ demo/inputs/videos/Common-Concerns_20210102_32337-32487_608938.mp4 filter=lfs diff=lfs merge=lfs -text
70
+ demo/inputs/videos/Common-Concerns_20211124_59462-59662_587359.mp4 filter=lfs diff=lfs merge=lfs -text
71
+ demo/inputs/videos/h264_1200k_mp4_SHDongFangHD1200000161863350120210417122501148822294049_33537-33762_172389.mp4 filter=lfs diff=lfs merge=lfs -text
72
+ demo/inputs/videos/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.mp4 filter=lfs diff=lfs merge=lfs -text
73
+ demo/inputs/videos/0a30a2e8d16e407ca18429df23746883_720p_0-287_233786.mp4 filter=lfs diff=lfs merge=lfs -text
Depth-Anything-V2/assets/DA-2K.png ADDED

Git LFS Details

  • SHA256: e5aa376424bfc2dfdfa140773690d85b22b51200dc0b02324beb050de9b51d69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
Depth-Anything-V2/assets/examples_video/basketball.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3049687fa169e8383c8f90086ea457bd786e72e85584ec8b511599ebcc6cbb27
3
+ size 9714271
Depth-Anything-V2/assets/examples_video/ferris_wheel.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df452351def30bc0be2fef6be57e93745074954755a2b03f2b706045747a9697
3
+ size 5334034
Depth-Anything-V2/assets/teaser.png ADDED

Git LFS Details

  • SHA256: d5609203ee36b8745303051e474ea02d452595b85698a33d643c5800797402e1
  • Pointer size: 133 Bytes
  • Size of remote file: 12.8 MB
Depth-Anything-V2/metric_depth/assets/compare_zoedepth.png ADDED

Git LFS Details

  • SHA256: 8044e39ef6cb4aaabea9a81333fa1ff2d3e07448e7f9f43f77f471aba72a12e0
  • Pointer size: 132 Bytes
  • Size of remote file: 9.19 MB
Depth-Anything-V2/metric_depth/dataset/splits/hypersim/train.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f67054c519b4c008d7b58ada5735624780e5f89700bf07471747b3a1082b553
3
+ size 13754433
SMPLest-X/assets/teaser.png ADDED

Git LFS Details

  • SHA256: f45c66832789560e4c7c3790ae1cdc7041722d5b4ef736744ab6cce83815311c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
SMPLest-X/demo/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610141d0b848a28b3222c8d8790981fff4587826229cbb5ecaa5f9ded84fd921
3
+ size 2802640
SMPLest-X/demo/output_pkls/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54861db1b498f9adeb1f7c83a535ec3527b614b234d7398bf20ad49ba7b02486
3
+ size 33183482
WiLoR/assets/teaser.png ADDED

Git LFS Details

  • SHA256: 64a28a303a3cd895770cd392a111c340bcb387f20e35e7e74a568f40edba94ea
  • Pointer size: 131 Bytes
  • Size of remote file: 688 kB
WiLoR/demo_img/test2.png ADDED

Git LFS Details

  • SHA256: ab1128103c9c1236dc9093ad90d321c0053ef7bf89e0cb3c5e6c083b3fa56c85
  • Pointer size: 131 Bytes
  • Size of remote file: 229 kB
WiLoR/mano_data/MANO_RIGHT.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45d60aa3b27ef9107a7afd4e00808f307fd91111e1cfa35afd5c4a62de264767
3
+ size 3821356
WiLoR/mano_data/mano_mean_params.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc0ec58e4a5cef78f3abfb4e8f91623b8950be9eff8b8e0dbb0d036ebc63988
3
+ size 1178
demo/inputs/videos/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610141d0b848a28b3222c8d8790981fff4587826229cbb5ecaa5f9ded84fd921
3
+ size 2802640
demo/inputs/videos/0a30a2e8d16e407ca18429df23746883_720p_0-287_233786.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14d7a899264116947d3b996cb7a94dbb89bab0b1e596b2be8dc5b7326d77f240
3
+ size 3014651
demo/inputs/videos/Common-Concerns_20200530_41087-41262_366929.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08c02dec913c69eeda6a8d538fcfc25e7ee496f80a33727829865b9ee111539a
3
+ size 847024
demo/inputs/videos/Common-Concerns_20200530_42312-42487_47021.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9bb963ad7ffd2aa6d865bf10607b98fbf9d5346863fa755849c3f60ed7ee2f8
3
+ size 883006
demo/inputs/videos/Common-Concerns_20200917_46312-46437_665851.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af34b11e1c43f0fd2562834570e065d60d3fc6c61f6431d0d2a566fd0dd10b6
3
+ size 721297
demo/inputs/videos/Common-Concerns_20200917_46387-46637_40818.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd7d508ca3f3b9c976e0544bb8251d26b6e9acf3484094a4dd6e26103008835
3
+ size 1513668
demo/inputs/videos/Common-Concerns_20210102_31912-32087_249535.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b11327882689e2ac527802ffd61a3898c2b180e10d3220663ff6f85ad8d7f0
3
+ size 788531
demo/inputs/videos/Common-Concerns_20210102_32162-32387_50330.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705b9244ff5bad757bcf15a98b9a908e3ed849139ca667d86bc8dc6fbb70bf41
3
+ size 1002355
demo/inputs/videos/Common-Concerns_20210102_32337-32487_608938.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e076277195fa47dd7308e92e9b1dfa02a663a8f1797920667fd662166df4d6
3
+ size 715406
demo/inputs/videos/Common-Concerns_20211124_59462-59662_587359.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41027df8e24ae2086d82c76fc6517ad79e22628598aefa5b2b79695a9e1dd7fd
3
+ size 1088027
demo/inputs/videos/Common-Concerns_20220829_30937-31212_571257.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:428102ce92639cccbf937a38131ff78dfb35c13b1807041d189f5c201c410b6f
3
+ size 1520874
demo/inputs/videos/Common-Concerns_20221004_46462-46737_513803.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b98dff9c2cf2e64b559fd43d3fa3e555d5a107dddcd0263207de6387846d41
3
+ size 1414169
demo/inputs/videos/Common-Concerns_20221004_47037-47412_216007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e816e95b7c02f9335f32812556854a781d67730b9cf99dc3a802ec5f8d69cf7d
3
+ size 1770837
demo/inputs/videos/Common-Concerns_20221004_47387-47887_426192.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e7f0b9fd57fddce2072592c0e5c2c12e779684bf8de8b6487183b1c8912aaa
3
+ size 1911849
demo/inputs/videos/Common-Concerns_20221004_48362-48537_504658.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675312435a5c0b21070ea0335c459d368b35a01af2f08ff59bacc8199aa3c1f7
3
+ size 873706
demo/inputs/videos/Common-Concerns_20221027_36462-36712_226853.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d052783fafe4eb14a9e3419a2eb5ebf170278cd5978efc7fc699aa48a609a973
3
+ size 1262084
demo/inputs/videos/Common-Concerns_20221115_21787-22062_211101.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc8f8933be375af995dabccdec39938710c6e382951c336b4646c5dceb8c57b
3
+ size 1282253
demo/inputs/videos/Common-Concerns_20230320_53037-53312_671327.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed3f6d8877b4d357747d8f7989c6944a3298d78cd248e8afc7d6e0bcb7f0fa1
3
+ size 1478350
demo/inputs/videos/Common-Concerns_20240330_30737-31062_591670.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1453f9de1c70998fb114c67aee8e51375c7b70308e4baf2d03540a5dea6ae0
3
+ size 1467807
demo/inputs/videos/Dragon-TV_20230812_7612-7712_229985.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f85e295833485f43fc945283192192ad380162c4089e2840c66c1b5150c290f3
3
+ size 404065
demo/inputs/videos/Dragon-TV_20230812_7887-8037_349532.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8189cbbeab02f13b4ea45bc2aca9cd947ae0d546fd76bfd26cf3bfde8c9c6057
3
+ size 712321
demo/inputs/videos/Dragon-TV_20231128_26687-27012_261760.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5943e9ebc70c27f45215f2fe5aff90852025d62c930eae1f47534bf313030a3
3
+ size 2031925
demo/inputs/videos/Dragon-TV_20231128_27437-27687_507318.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4bf206022ca51e07deb02deea16af93231ba68cc759ce029c06ecaf522fa150
3
+ size 1298773
demo/inputs/videos/h264_1200k_mp4_SHDongFangHD1200000161863350120210417122501148822294049_33537-33762_172389.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031d55ccd11432a79a41031cd1a7cf6290aaeb8d4a274c9fb2f2925d8333bb0b
3
+ size 960437
demo/outputs/v3/v3_depth/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462508a37725a63c1bb7c3a2fb4d57df69c603630fea2a68e43c341477b27252
3
+ size 185607
demo/outputs/v3/v3_depth/Common-Concerns_20200917_46312-46437_665851.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddaa060a8fadca0ac30e9ff4872ddff20aa47cddd9925b7c7592c34f02b85422
3
+ size 89662
demo/outputs/v3/v3_depth/Common-Concerns_20211124_59462-59662_587359.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cca92f02ba0145cf4c77313184fcb9479218c00aca3035c5c257230b7b647b5
3
+ size 143362
demo/outputs/v3/v3_depth/Common-Concerns_20221004_47037-47412_216007.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f33a62ea99a43ab3e02abb36d95deaad622cf184a7355d43e8debc527e3f91f6
3
+ size 268663
demo/outputs/v3/v3_depth/Dragon-TV_20230812_7887-8037_349532.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d07d25ad3405e4b402d185729c3f49c494370427fc88e430240a67be99bc7d
3
+ size 107562
demo/outputs/v3/v3_sr_depth/08987c5c85404e479270470c5deccbf2_720p_0-262_614616.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69454843c29ecc006a23af4f8d36808443fe4d24073cdd20ab821203b2804c83
3
+ size 187755
demo/outputs/v3/v3_sr_depth/0a30a2e8d16e407ca18429df23746883_720p_0-287_233786.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df154356219d057f113e2bee22f00bdfe2468dc332a62e76bc05b9162acb927
3
+ size 205655
demo/outputs/v3/v3_sr_depth/Common-Concerns_20200530_41087-41262_366929.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff34e69afc3e681d4844bf9cdc5f840842f6a28112d9d451cb250666de868e0
3
+ size 125462
demo/outputs/v3/v3_sr_depth/Common-Concerns_20200530_42312-42487_47021.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc155694eae65aba35be3d46bb727e24dcf3b8ea03a2c229eb89a922b29647e
3
+ size 125462
demo/outputs/v3/v3_sr_depth/Common-Concerns_20200917_46312-46437_665851.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4b19c44e1bbeaf7eb653a3be6378521ad2613c9fdd9428133703b3b9828d83
3
+ size 89662
demo/outputs/v3/v3_sr_depth/Common-Concerns_20200917_46387-46637_40818.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf976cee40074f59c592380887c79a64171d053ef2a0ee45d9c291607b53268
3
+ size 179162
demo/outputs/v3/v3_sr_depth/Common-Concerns_20210102_31912-32087_249535.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8c7163b214d81e69556e0df982b67485545ee2951e6c0a6b020c8039f94b05
3
+ size 125462