Abhishek Gola commited on
Commit
39a1451
·
1 Parent(s): 6c6cc2a

Added back lfs files

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 +23 -0
  2. models/deblurring_nafnet/deblurring_nafnet_2025may.onnx +3 -0
  3. models/deblurring_nafnet/example_outputs/licenseplate_motion.jpg +3 -0
  4. models/deblurring_nafnet/example_outputs/licenseplate_motion_output.jpg +3 -0
  5. models/edge_detection_dexined/edge_detection_dexined_2024sep.onnx +3 -0
  6. models/edge_detection_dexined/example_outputs/chicky.jpg +3 -0
  7. models/edge_detection_dexined/example_outputs/chicky_output.jpg +3 -0
  8. models/face_detection_yunet/example_outputs/largest_selfie.jpg +3 -0
  9. models/face_detection_yunet/example_outputs/yunet_demo.gif +3 -0
  10. models/face_detection_yunet/face_detection_yunet_2023mar.onnx +3 -0
  11. models/face_detection_yunet/face_detection_yunet_2023mar_int8.onnx +3 -0
  12. models/face_detection_yunet/face_detection_yunet_2023mar_int8bq.onnx +3 -0
  13. models/face_image_quality_assessment_ediffiqa/ediffiqa_tiny_jun2024.onnx +3 -0
  14. models/face_image_quality_assessment_ediffiqa/example_outputs/demo.jpg +3 -0
  15. models/face_image_quality_assessment_ediffiqa/quality_distribution.png +3 -0
  16. models/face_recognition_sface/example_outputs/demo.jpg +3 -0
  17. models/face_recognition_sface/face_recognition_sface_2021dec.onnx +3 -0
  18. models/face_recognition_sface/face_recognition_sface_2021dec_int8.onnx +3 -0
  19. models/face_recognition_sface/face_recognition_sface_2021dec_int8bq.onnx +3 -0
  20. models/facial_expression_recognition/example_outputs/selfie.jpg +3 -0
  21. models/facial_expression_recognition/facial_expression_recognition_mobilefacenet_2022july.onnx +3 -0
  22. models/facial_expression_recognition/facial_expression_recognition_mobilefacenet_2022july_int8.onnx +3 -0
  23. models/facial_expression_recognition/facial_expression_recognition_mobilefacenet_2022july_int8bq.onnx +3 -0
  24. models/handpose_estimation_mediapipe/example_outputs/gesture_classification.png +3 -0
  25. models/handpose_estimation_mediapipe/example_outputs/hand_keypoints.png +3 -0
  26. models/handpose_estimation_mediapipe/example_outputs/mphandpose_demo.webp +3 -0
  27. models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2023feb.onnx +3 -0
  28. models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2023feb_int8.onnx +3 -0
  29. models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2023feb_int8bq.onnx +3 -0
  30. models/human_segmentation_pphumanseg/example_outputs/messi.jpg +3 -0
  31. models/human_segmentation_pphumanseg/example_outputs/pphumanseg_demo.gif +3 -0
  32. models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2023mar.onnx +3 -0
  33. models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2023mar_int8.onnx +3 -0
  34. models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2023mar_int8bq.onnx +3 -0
  35. models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr.onnx +3 -0
  36. models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr_int8.onnx +3 -0
  37. models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr_int8bq.onnx +3 -0
  38. models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr.onnx +3 -0
  39. models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr_int8.onnx +3 -0
  40. models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr_int8bq.onnx +3 -0
  41. models/image_classification_ppresnet/image_classification_ppresnet50_2022jan.onnx +3 -0
  42. models/image_classification_ppresnet/image_classification_ppresnet50_2022jan_int8.onnx +3 -0
  43. models/image_classification_ppresnet/image_classification_ppresnet50_2022jan_int8bq.onnx +3 -0
  44. models/image_segmentation_efficientsam/example_outputs/example1.png +3 -0
  45. models/image_segmentation_efficientsam/example_outputs/example2.png +3 -0
  46. models/image_segmentation_efficientsam/example_outputs/sam_present.gif +3 -0
  47. models/image_segmentation_efficientsam/image_segmentation_efficientsam_ti_2024may.onnx +3 -0
  48. models/image_segmentation_efficientsam/image_segmentation_efficientsam_ti_2025april.onnx +3 -0
  49. models/image_segmentation_efficientsam/image_segmentation_efficientsam_ti_2025april_int8.onnx +3 -0
  50. models/inpainting_lama/example_outputs/squirrel.jpg +3 -0
.gitattributes ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Caffe
3
+ *.caffemodel filter=lfs diff=lfs merge=lfs -text
4
+
5
+ # Tensorflow
6
+ *.pb filter=lfs diff=lfs merge=lfs -text
7
+ *.pbtxt filter=lfs diff=lfs merge=lfs -text
8
+
9
+ # Torch
10
+ *.t7 filter=lfs diff=lfs merge=lfs -text
11
+ *.net filter=lfs diff=lfs merge=lfs -text
12
+
13
+ # Darknet
14
+ *.weights filter=lfs diff=lfs merge=lfs -text
15
+
16
+ # ONNX
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+
19
+ # Images
20
+ *.jpg filter=lfs diff=lfs merge=lfs -text
21
+ *.gif filter=lfs diff=lfs merge=lfs -text
22
+ *.png filter=lfs diff=lfs merge=lfs -text
23
+ *.webp filter=lfs diff=lfs merge=lfs -text
models/deblurring_nafnet/deblurring_nafnet_2025may.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07263f416febecce10193dd648e950b22e397cf521eedab1a114ef77b2bc9587
3
+ size 91736251
models/deblurring_nafnet/example_outputs/licenseplate_motion.jpg ADDED

Git LFS Details

  • SHA256: 571b74dde1f171fc3a502c4f412c1b88faaf393f5530673bde67c4e76ec27273
  • Pointer size: 130 Bytes
  • Size of remote file: 57 kB
models/deblurring_nafnet/example_outputs/licenseplate_motion_output.jpg ADDED

Git LFS Details

  • SHA256: a5d12b85e2394313d1bb16939927df5b904521ef866727b7a447c266e9377dcc
  • Pointer size: 130 Bytes
  • Size of remote file: 67.7 kB
models/edge_detection_dexined/edge_detection_dexined_2024sep.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a50d01dc8481549c7dedb9eb3e0123b810a016520df75e4669a504609982cdd0
3
+ size 47235563
models/edge_detection_dexined/example_outputs/chicky.jpg ADDED

Git LFS Details

  • SHA256: 37ed3af84d13bd6cffe0ae282692a382021f21df15f8bd5cf5308c14e49bd754
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
models/edge_detection_dexined/example_outputs/chicky_output.jpg ADDED

Git LFS Details

  • SHA256: b229c89f5b0517922795b9f34ef4d654dd8bbc5d5f4fdfb12874bf63f383bcda
  • Pointer size: 130 Bytes
  • Size of remote file: 77.6 kB
models/face_detection_yunet/example_outputs/largest_selfie.jpg ADDED

Git LFS Details

  • SHA256: ab8413ad9bb4f53068f4fb63c6747e5989991dd02241c923d5595b614ecf2bf6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
models/face_detection_yunet/example_outputs/yunet_demo.gif ADDED

Git LFS Details

  • SHA256: db90459c308b14dd423014eabf3253f5f6147fbe7906e81429a7a88c8dbe7b8c
  • Pointer size: 131 Bytes
  • Size of remote file: 661 kB
models/face_detection_yunet/face_detection_yunet_2023mar.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f2383e4dd3cfbb4553ea8718107fc0423210dc964f9f4280604804ed2552fa4
3
+ size 232589
models/face_detection_yunet/face_detection_yunet_2023mar_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321aa5a6afabf7ecc46a3d06bfab2b579dc96eb5c3be7edd365fa04502ad9294
3
+ size 100416
models/face_detection_yunet/face_detection_yunet_2023mar_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f000ec501fef24739071fc7e68267d32209045b6822c0c72dce1da25726f10
3
+ size 122489
models/face_image_quality_assessment_ediffiqa/ediffiqa_tiny_jun2024.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9426c899cc0f01665240cb7d9e7f98e18e24e456c178326c771a43da289bfc6a
3
+ size 7272678
models/face_image_quality_assessment_ediffiqa/example_outputs/demo.jpg ADDED

Git LFS Details

  • SHA256: 73d32e2822fcdfd8ede6184d85092f0f59db4a1ed40ad31e4ba9741b1ac5b0d3
  • Pointer size: 129 Bytes
  • Size of remote file: 7.88 kB
models/face_image_quality_assessment_ediffiqa/quality_distribution.png ADDED

Git LFS Details

  • SHA256: 1e1774951ee1d6008f669a57674033893fd3d3809a6aaffe8628c3cf5d3c98c1
  • Pointer size: 130 Bytes
  • Size of remote file: 19.9 kB
models/face_recognition_sface/example_outputs/demo.jpg ADDED

Git LFS Details

  • SHA256: 0f879881a598fea6fec74e047e6a1d00e36d81de63bf0ed392b628e6ab6c2fc4
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
models/face_recognition_sface/face_recognition_sface_2021dec.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba9fbfa01b5270c96627c4ef784da859931e02f04419c829e83484087c34e79
3
+ size 38696353
models/face_recognition_sface/face_recognition_sface_2021dec_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b0e941e6f16cc048c20aee0c8e31f569118f65d702914540f7bfdc14048d78a
3
+ size 9896933
models/face_recognition_sface/face_recognition_sface_2021dec_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb143eea07838aa532d1c95df5f69899974ea0140e1fba05e94204be13ed74ee
3
+ size 10667852
models/facial_expression_recognition/example_outputs/selfie.jpg ADDED

Git LFS Details

  • SHA256: e3f8148169fe993afd0164200335a24301f1221a45535d7a938a0d133f2149ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
models/facial_expression_recognition/facial_expression_recognition_mobilefacenet_2022july.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f61307602fc089ce20488a31d4e4614e3c9753a7d6c41578c854858b183e1a9
3
+ size 4791892
models/facial_expression_recognition/facial_expression_recognition_mobilefacenet_2022july_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d7093aff10e2638c734c5f18a6a7eabd2b9239b20bdb9b8090865a6f69a1ed
3
+ size 1364007
models/facial_expression_recognition/facial_expression_recognition_mobilefacenet_2022july_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c3eaf9d0a7d442c0aa3beb3234243e1cdff9ad8871fb3cec346e90874caf57d
3
+ size 1376702
models/handpose_estimation_mediapipe/example_outputs/gesture_classification.png ADDED

Git LFS Details

  • SHA256: 759c971087aef3068527f46b401af9fdead5a8dda3f68257d445bfb279fa99a9
  • Pointer size: 131 Bytes
  • Size of remote file: 514 kB
models/handpose_estimation_mediapipe/example_outputs/hand_keypoints.png ADDED

Git LFS Details

  • SHA256: 24ce896420149a7b9dc0c05e547681e3027b4a65ce3a0a6c73685ba1cc535496
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
models/handpose_estimation_mediapipe/example_outputs/mphandpose_demo.webp ADDED

Git LFS Details

  • SHA256: c7873ed63f8c19a5961b53d866d71f0fe767f137e4ea6dbb6756a03b93b2b6a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2023feb.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db0898ae717b76b075d9bf563af315b29562e11f8df5027a1ef07b02bef6d81c
3
+ size 4099621
models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2023feb_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97bc1fb83b641954d33424c82b6ade719d0f73250bdb91710ecfd5f7b47e321
3
+ size 1167628
models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2023feb_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e63ed33e39c8b532a04a5466ac68c8680981637df288bcf93286bec08befbd
3
+ size 1222348
models/human_segmentation_pphumanseg/example_outputs/messi.jpg ADDED

Git LFS Details

  • SHA256: 92fff88f42578a1bb46755ac11530fdcbb7b5f9a06ab478a45b1995feb1cd4e6
  • Pointer size: 130 Bytes
  • Size of remote file: 62 kB
models/human_segmentation_pphumanseg/example_outputs/pphumanseg_demo.gif ADDED

Git LFS Details

  • SHA256: a386278ce825418231a371a0a2990f63ab0dc976bf03164517d9491150d34400
  • Pointer size: 131 Bytes
  • Size of remote file: 548 kB
models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2023mar.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552d8a984054e59b5d773d24b9b12022b22046ceb2bbc4c9aaeaceb36a9ddf24
3
+ size 6163938
models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2023mar_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510775a9e23c1a53c34013a2fa3ac1906bfd7b789d55c07e6b49f30bb669007d
3
+ size 1607872
models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2023mar_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da023e95e3adbeef16ac2862767b53b86a743ff26a34692e0833d7e088f0231
3
+ size 1734724
models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4c563b54e7144d7c2803ee22a6471e68ae87377554724d501624f602395bea
3
+ size 16890136
models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef32077ef2f8f37ddafeeb1d29a0662e7a794d61190552730769a96b7d58e6df
3
+ size 4321622
models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4437385b4908011f6e3019ae253031272c19522ae1cbdff8374bceffe262a5ee
3
+ size 4599388
models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0c3f76d93fa3fd6580652a45618618a220fced18babf65774ed169de0432ad5
3
+ size 13964571
models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc028fe6cae7bc11a4ff53cfc9b79c920e8be65ce33a904ec3e2a8f66d77f95f
3
+ size 3655033
models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe457eda49d71b664918ae87349bdb3e3815a56bb82cdb7f477bc83597f4313
3
+ size 3872948
models/image_classification_ppresnet/image_classification_ppresnet50_2022jan.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5486b0de6c2171ea4d28c734c2fb7c5f64fcdbd97180a0ef515cf4b766a405
3
+ size 102567035
models/image_classification_ppresnet/image_classification_ppresnet50_2022jan_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574bc954869eef09b40a3968bb19157c8faf4999419dca13cfaa3ee56ab5ecd4
3
+ size 25692063
models/image_classification_ppresnet/image_classification_ppresnet50_2022jan_int8bq.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92c4ba8e363cc5114279ca61f62838600f3121481b74b73c744086b64c694003
3
+ size 28093644
models/image_segmentation_efficientsam/example_outputs/example1.png ADDED

Git LFS Details

  • SHA256: 70065831fb12915dc5a3b4641019bc152a89d6d5be1887bdf7ada432a04e63c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.99 MB
models/image_segmentation_efficientsam/example_outputs/example2.png ADDED

Git LFS Details

  • SHA256: dfe6860d701b8b707a96d69b6bfc33fd05167168fbb46594f6377ad4e9c1733e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB
models/image_segmentation_efficientsam/example_outputs/sam_present.gif ADDED

Git LFS Details

  • SHA256: ab75c654d4368d1f4762fc71af35c02b6f0a3e21dca4530d22f92fff4134890c
  • Pointer size: 131 Bytes
  • Size of remote file: 104 kB
models/image_segmentation_efficientsam/image_segmentation_efficientsam_ti_2024may.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3957d2cd1422855f350aa7b044f47f5b3eafada64b5904ed330b696229e2943
3
+ size 47777193
models/image_segmentation_efficientsam/image_segmentation_efficientsam_ti_2025april.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb496e0a7259d435b49b66faf1754aa45a5c382a34558ddda9a8c6fe5915d77
3
+ size 48312857
models/image_segmentation_efficientsam/image_segmentation_efficientsam_ti_2025april_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecc8d59a2802c32246e68553e1cf8ce74cf74ba707b84f206eb9181ff774b4e
3
+ size 20479928
models/inpainting_lama/example_outputs/squirrel.jpg ADDED

Git LFS Details

  • SHA256: 20bb6e8ae96918a36c9886b6d48e54eedeb3948591e1485c206bc1dc60c8dc8b
  • Pointer size: 130 Bytes
  • Size of remote file: 62.3 kB