Commit ·
694ae14
0
Parent(s):
Duplicate from mit-han-lab/efficientvit-sam
Browse filesCo-authored-by: Han Cai <han-cai@users.noreply.huggingface.co>
- .gitattributes +41 -0
- LICENSE.txt +201 -0
- README.md +50 -0
- distilled_model/efficientvit_sam_l0.pt +3 -0
- distilled_model/efficientvit_sam_l1.pt +3 -0
- distilled_model/efficientvit_sam_l2.pt +3 -0
- distilled_model/efficientvit_sam_xl1.pt +3 -0
- efficientvit_sam_l0.pt +3 -0
- efficientvit_sam_l1.pt +3 -0
- efficientvit_sam_l2.pt +3 -0
- efficientvit_sam_xl0.pt +3 -0
- efficientvit_sam_xl1.pt +3 -0
- gazesam/efficientvit_gazesam_demo.gif +3 -0
- gazesam/example.mp4 +3 -0
- gazesam/int8_calib_caches/gaze_estimation.cache +151 -0
- gazesam/int8_calib_caches/yolo_m.cache +351 -0
- gazesam/onnx/depth_m.onnx +3 -0
- gazesam/onnx/evit_decoder_l0.onnx +3 -0
- gazesam/onnx/evit_encoder_l0.onnx +3 -0
- gazesam/onnx/face_detection.onnx +3 -0
- gazesam/onnx/gaze_estimation.onnx +3 -0
- gazesam/onnx/yolo_m.onnx +3 -0
- gazesam/onnx/yolo_m_ort.onnx +3 -0
- onnx/l0_decoder.onnx +3 -0
- onnx/l0_encoder.onnx +3 -0
- onnx/l1_decoder.onnx +3 -0
- onnx/l1_encoder.onnx +3 -0
- onnx/l2_decoder.onnx +3 -0
- onnx/l2_encoder.onnx +3 -0
- onnx/xl0_decoder.onnx +3 -0
- onnx/xl0_encoder.onnx +3 -0
- onnx/xl1_decoder.onnx +3 -0
- onnx/xl1_encoder.onnx +3 -0
- sam_zero_shot_coco_mAP.png +0 -0
- source_json_file/coco_groundingdino.json +3 -0
- source_json_file/coco_vitdet.json +3 -0
- source_json_file/coco_yolov8.json +3 -0
- source_json_file/lvis_vitdet.json +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
source_json_file/coco_groundingdino.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
source_json_file/coco_vitdet.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
source_json_file/coco_yolov8.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
source_json_file/lvis_vitdet.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
gazesam/example.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gazesam/efficientvit_gazesam_demo.gif filter=lfs diff=lfs merge=lfs -text
|
LICENSE.txt
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [2023] [Han Cai]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: mask-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss
|
| 7 |
+
|
| 8 |
+
- [Paper](https://arxiv.org/abs/2402.05008)
|
| 9 |
+
- [GitHub](https://github.com/mit-han-lab/efficientvit)
|
| 10 |
+
- [Demo](https://evitsam.hanlab.ai/)
|
| 11 |
+
|
| 12 |
+
## Pretrained Models
|
| 13 |
+
|
| 14 |
+
Latency/Throughput is measured on NVIDIA Jetson AGX Orin, and NVIDIA A100 GPU with TensorRT, fp16. Data transfer time is included.
|
| 15 |
+
|
| 16 |
+
| Model | Resolution | COCO mAP | LVIS mAP | Params | MACs | Jetson Orin Latency (bs1) | A100 Throughput (bs16) | Checkpoint |
|
| 17 |
+
|----------------------|:----------:|:----------:|:---------:|:------------:|:---------:|:---------:|:------------:|:------------:|
|
| 18 |
+
| EfficientViT-SAM-L0 | 512x512 | 45.7 | 41.8 | 34.8M | 35G | 8.2ms | 762 images/s | [link](https://huggingface.co/mit-han-lab/efficientvit-sam/resolve/main/efficientvit_sam_l0.pt?download=true) |
|
| 19 |
+
| EfficientViT-SAM-L1 | 512x512 | 46.2 | 42.1 | 47.7M | 49G | 10.2ms | 638 images/s | [link](https://huggingface.co/mit-han-lab/efficientvit-sam/resolve/main/efficientvit_sam_l1.pt?download=true) |
|
| 20 |
+
| EfficientViT-SAM-L2 | 512x512 | 46.6 | 42.7 | 61.3M | 69G | 12.9ms | 538 images/s | [link](https://huggingface.co/mit-han-lab/efficientvit-sam/resolve/main/efficientvit_sam_l2.pt?download=true) |
|
| 21 |
+
| EfficientViT-SAM-XL0 | 1024x1024 | 47.5 | 43.9 | 117.0M | 185G | 22.5ms | 278 images/s | [link](https://huggingface.co/mit-han-lab/efficientvit-sam/resolve/main/efficientvit_sam_xl0.pt?download=true) |
|
| 22 |
+
| EfficientViT-SAM-XL1 | 1024x1024 | 47.8 | 44.4 | 203.3M | 322G | 37.2ms | 182 images/s | [link](https://huggingface.co/mit-han-lab/efficientvit-sam/resolve/main/efficientvit_sam_xl1.pt?download=true) |
|
| 23 |
+
<p align="center">
|
| 24 |
+
<b> Table1: Summary of All EfficientViT-SAM Variants.</b> COCO mAP and LVIS mAP are measured using ViTDet's predicted bounding boxes as the prompt. End-to-end Jetson Orin latency and A100 throughput are measured with TensorRT and fp16.
|
| 25 |
+
</p>
|
| 26 |
+
|
| 27 |
+
## Usage
|
| 28 |
+
|
| 29 |
+
```python
|
| 30 |
+
# segment anything
|
| 31 |
+
from efficientvit.sam_model_zoo import create_sam_model
|
| 32 |
+
|
| 33 |
+
efficientvit_sam = create_sam_model(
|
| 34 |
+
name="xl1", weight_url="assets/checkpoints/sam/xl1.pt",
|
| 35 |
+
)
|
| 36 |
+
efficientvit_sam = efficientvit_sam.cuda().eval()
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
```python
|
| 40 |
+
from efficientvit.models.efficientvit.sam import EfficientViTSamPredictor
|
| 41 |
+
|
| 42 |
+
efficientvit_sam_predictor = EfficientViTSamPredictor(efficientvit_sam)
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
```python
|
| 46 |
+
from efficientvit.models.efficientvit.sam import EfficientViTSamAutomaticMaskGenerator
|
| 47 |
+
|
| 48 |
+
efficientvit_mask_generator = EfficientViTSamAutomaticMaskGenerator(efficientvit_sam)
|
| 49 |
+
|
| 50 |
+
```
|
distilled_model/efficientvit_sam_l0.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3450127f9080533be10bb5133abf508510120814fedc8d2069cb27e0721c9a6f
|
| 3 |
+
size 139410248
|
distilled_model/efficientvit_sam_l1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c24dbea505ce6d786b503750093b71d9f35b520aa5bd1f967e9dd81e968fd20
|
| 3 |
+
size 190916898
|
distilled_model/efficientvit_sam_l2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f087f8287d5b3791020be8b0346a35dae0849dd191bf165178bf947e0df868cc
|
| 3 |
+
size 245724244
|
distilled_model/efficientvit_sam_xl1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8007c8811dc08288fd4270ecd227fbb50fa37ec73cd07b4fa6bba96f20d03b6
|
| 3 |
+
size 814023690
|
efficientvit_sam_l0.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4f994b01a16d48bcf2fbbb089448cfbf58fae5811edfa8113c953b8b8cc64b8
|
| 3 |
+
size 139410184
|
efficientvit_sam_l1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa151df2b9b96896accd505470755cdd293a4c50cdabac95478f3fbd86d9152b
|
| 3 |
+
size 190916834
|
efficientvit_sam_l2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4bfd842224cbb99de09acc3325e81ac5b7e8725c8fbdab152305e5d934bfe4a
|
| 3 |
+
size 245724244
|
efficientvit_sam_xl0.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bc2f87bd23d6e6d1f7b5beff910f98835c7c333fac73e695bac0bec685968f8
|
| 3 |
+
size 468211343
|
efficientvit_sam_xl1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10f42277679427c1183dcff19758e536aa86bcc4304e4b387ff48865784be05c
|
| 3 |
+
size 814022923
|
gazesam/efficientvit_gazesam_demo.gif
ADDED
|
Git LFS Details
|
gazesam/example.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:263b25b1ace8d44e4a4308f4b1c6b7b1c07d127e3cbcd68027ee23dcf235bc37
|
| 3 |
+
size 25407816
|
gazesam/int8_calib_caches/gaze_estimation.cache
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TRT-8602-EntropyCalibration2
|
| 2 |
+
input: 3c8422fb
|
| 3 |
+
/conv1/Conv_output_0: 3c551e5e
|
| 4 |
+
/relu/Relu_output_0: 3c54d42f
|
| 5 |
+
/maxpool/MaxPool_output_0: 3c54d42f
|
| 6 |
+
/layer1/layer1.0/conv1/Conv_output_0: 3d15604a
|
| 7 |
+
/layer1/layer1.0/downsample/downsample.0/Conv_output_0: 3d4a18e3
|
| 8 |
+
/layer1/layer1.0/relu/Relu_output_0: 3c0d0aa3
|
| 9 |
+
/layer1/layer1.0/conv2/Conv_output_0: 3c55a55e
|
| 10 |
+
/layer1/layer1.0/relu_1/Relu_output_0: 3c15d992
|
| 11 |
+
/layer1/layer1.0/conv3/Conv_output_0: 3c1a425f
|
| 12 |
+
/layer1/layer1.0/Add_output_0: 3d8a8fa8
|
| 13 |
+
/layer1/layer1.0/relu_2/Relu_output_0: 3d058235
|
| 14 |
+
/layer1/layer1.1/conv1/Conv_output_0: 3d09ed65
|
| 15 |
+
/layer1/layer1.1/relu/Relu_output_0: 3ba7d569
|
| 16 |
+
/layer1/layer1.1/conv2/Conv_output_0: 3cab9cda
|
| 17 |
+
/layer1/layer1.1/relu_1/Relu_output_0: 3bda4add
|
| 18 |
+
/layer1/layer1.1/conv3/Conv_output_0: 3c62ccc6
|
| 19 |
+
/layer1/layer1.1/Add_output_0: 3cbe074b
|
| 20 |
+
/layer1/layer1.1/relu_2/Relu_output_0: 3d0bc1d0
|
| 21 |
+
/layer1/layer1.2/conv1/Conv_output_0: 3d035d29
|
| 22 |
+
/layer1/layer1.2/relu/Relu_output_0: 3c797f92
|
| 23 |
+
/layer1/layer1.2/conv2/Conv_output_0: 3d1f2a8a
|
| 24 |
+
/layer1/layer1.2/relu_1/Relu_output_0: 3cb88a7a
|
| 25 |
+
/layer1/layer1.2/conv3/Conv_output_0: 3c0205ad
|
| 26 |
+
/layer1/layer1.2/Add_output_0: 3cb4219e
|
| 27 |
+
/layer1/layer1.2/relu_2/Relu_output_0: 3cb4219e
|
| 28 |
+
/layer2/layer2.0/conv1/Conv_output_0: 3d2c52dd
|
| 29 |
+
/layer2/layer2.0/downsample/downsample.0/Conv_output_0: 3ca5c6d3
|
| 30 |
+
/layer2/layer2.0/relu/Relu_output_0: 3cd7b03a
|
| 31 |
+
/layer2/layer2.0/conv2/Conv_output_0: 3d1cc1c4
|
| 32 |
+
/layer2/layer2.0/relu_1/Relu_output_0: 3ccdac98
|
| 33 |
+
/layer2/layer2.0/conv3/Conv_output_0: 3d05450d
|
| 34 |
+
/layer2/layer2.0/Add_output_0: 3d13537e
|
| 35 |
+
/layer2/layer2.0/relu_2/Relu_output_0: 3cf39ed6
|
| 36 |
+
/layer2/layer2.1/conv1/Conv_output_0: 3c8f6b09
|
| 37 |
+
/layer2/layer2.1/relu/Relu_output_0: 3c0fcd1c
|
| 38 |
+
/layer2/layer2.1/conv2/Conv_output_0: 3cdeaaa8
|
| 39 |
+
/layer2/layer2.1/relu_1/Relu_output_0: 3c8dd415
|
| 40 |
+
/layer2/layer2.1/conv3/Conv_output_0: 3c8beea8
|
| 41 |
+
/layer2/layer2.1/Add_output_0: 3c9d75db
|
| 42 |
+
/layer2/layer2.1/relu_2/Relu_output_0: 3c9daa71
|
| 43 |
+
/layer2/layer2.2/conv1/Conv_output_0: 3ccc7f88
|
| 44 |
+
/layer2/layer2.2/relu/Relu_output_0: 3c9cfdf4
|
| 45 |
+
/layer2/layer2.2/conv2/Conv_output_0: 3cd3b973
|
| 46 |
+
/layer2/layer2.2/relu_1/Relu_output_0: 3cb42641
|
| 47 |
+
/layer2/layer2.2/conv3/Conv_output_0: 3c76e7b2
|
| 48 |
+
/layer2/layer2.2/Add_output_0: 3cd8641d
|
| 49 |
+
/layer2/layer2.2/relu_2/Relu_output_0: 3cf6f8d9
|
| 50 |
+
/layer2/layer2.3/conv1/Conv_output_0: 3ce95a2d
|
| 51 |
+
/layer2/layer2.3/relu/Relu_output_0: 3c92ecd6
|
| 52 |
+
/layer2/layer2.3/conv2/Conv_output_0: 3d260052
|
| 53 |
+
/layer2/layer2.3/relu_1/Relu_output_0: 3d1534c9
|
| 54 |
+
/layer2/layer2.3/conv3/Conv_output_0: 3c8f1858
|
| 55 |
+
/layer2/layer2.3/Add_output_0: 3cc75827
|
| 56 |
+
/layer2/layer2.3/relu_2/Relu_output_0: 3d0d1041
|
| 57 |
+
/layer3/layer3.0/conv1/Conv_output_0: 3d223638
|
| 58 |
+
/layer3/layer3.0/downsample/downsample.0/Conv_output_0: 3ce981b7
|
| 59 |
+
/layer3/layer3.0/relu/Relu_output_0: 3cded557
|
| 60 |
+
/layer3/layer3.0/conv2/Conv_output_0: 3ce9e892
|
| 61 |
+
/layer3/layer3.0/relu_1/Relu_output_0: 3c8c1b85
|
| 62 |
+
/layer3/layer3.0/conv3/Conv_output_0: 3cfb6238
|
| 63 |
+
/layer3/layer3.0/Add_output_0: 3d0a00f2
|
| 64 |
+
/layer3/layer3.0/relu_2/Relu_output_0: 3d356465
|
| 65 |
+
/layer3/layer3.1/conv1/Conv_output_0: 3d1b2b03
|
| 66 |
+
/layer3/layer3.1/relu/Relu_output_0: 3cf118a3
|
| 67 |
+
/layer3/layer3.1/conv2/Conv_output_0: 3d5608b8
|
| 68 |
+
/layer3/layer3.1/relu_1/Relu_output_0: 3d756309
|
| 69 |
+
/layer3/layer3.1/conv3/Conv_output_0: 3d175b4d
|
| 70 |
+
/layer3/layer3.1/Add_output_0: 3d3c75b4
|
| 71 |
+
/layer3/layer3.1/relu_2/Relu_output_0: 3d8c4022
|
| 72 |
+
/layer3/layer3.2/conv1/Conv_output_0: 3d05a5ea
|
| 73 |
+
/layer3/layer3.2/relu/Relu_output_0: 3c712ebb
|
| 74 |
+
/layer3/layer3.2/conv2/Conv_output_0: 3cc6b5dc
|
| 75 |
+
/layer3/layer3.2/relu_1/Relu_output_0: 3c8dddd1
|
| 76 |
+
/layer3/layer3.2/conv3/Conv_output_0: 3cd6bbf6
|
| 77 |
+
/layer3/layer3.2/Add_output_0: 3d773dee
|
| 78 |
+
/layer3/layer3.2/relu_2/Relu_output_0: 3d907acf
|
| 79 |
+
/layer3/layer3.3/conv1/Conv_output_0: 3cea72b2
|
| 80 |
+
/layer3/layer3.3/relu/Relu_output_0: 3ca8cbc8
|
| 81 |
+
/layer3/layer3.3/conv2/Conv_output_0: 3d0962ba
|
| 82 |
+
/layer3/layer3.3/relu_1/Relu_output_0: 3cc02013
|
| 83 |
+
/layer3/layer3.3/conv3/Conv_output_0: 3c8bb3be
|
| 84 |
+
/layer3/layer3.3/Add_output_0: 3ce09a6f
|
| 85 |
+
/layer3/layer3.3/relu_2/Relu_output_0: 3d917477
|
| 86 |
+
/layer3/layer3.4/conv1/Conv_output_0: 3d019797
|
| 87 |
+
/layer3/layer3.4/relu/Relu_output_0: 3c4dc80d
|
| 88 |
+
/layer3/layer3.4/conv2/Conv_output_0: 3cbde3b1
|
| 89 |
+
/layer3/layer3.4/relu_1/Relu_output_0: 3c716677
|
| 90 |
+
/layer3/layer3.4/conv3/Conv_output_0: 3c856b7b
|
| 91 |
+
/layer3/layer3.4/Add_output_0: 3ce989d2
|
| 92 |
+
/layer3/layer3.4/relu_2/Relu_output_0: 3d5ad586
|
| 93 |
+
/layer3/layer3.5/conv1/Conv_output_0: 3d04f4f3
|
| 94 |
+
/layer3/layer3.5/relu/Relu_output_0: 3c470689
|
| 95 |
+
/layer3/layer3.5/conv2/Conv_output_0: 3c880332
|
| 96 |
+
/layer3/layer3.5/relu_1/Relu_output_0: 3c4fc05b
|
| 97 |
+
/layer3/layer3.5/conv3/Conv_output_0: 3c42ca9d
|
| 98 |
+
/layer3/layer3.5/Add_output_0: 3d0bf144
|
| 99 |
+
/layer3/layer3.5/relu_2/Relu_output_0: 3d50f485
|
| 100 |
+
/layer4/layer4.0/conv1/Conv_output_0: 3d13cac9
|
| 101 |
+
/layer4/layer4.0/downsample/downsample.0/Conv_output_0: 3d2644b2
|
| 102 |
+
/layer4/layer4.0/relu/Relu_output_0: 3c873c63
|
| 103 |
+
/layer4/layer4.0/conv2/Conv_output_0: 3cc3a720
|
| 104 |
+
/layer4/layer4.0/relu_1/Relu_output_0: 3c3b8c05
|
| 105 |
+
/layer4/layer4.0/conv3/Conv_output_0: 3d9ee8c4
|
| 106 |
+
/layer4/layer4.0/Add_output_0: 3db029d4
|
| 107 |
+
/layer4/layer4.0/relu_2/Relu_output_0: 3db4a03f
|
| 108 |
+
/layer4/layer4.1/conv1/Conv_output_0: 3d91e032
|
| 109 |
+
/layer4/layer4.1/relu/Relu_output_0: 3d91e032
|
| 110 |
+
/layer4/layer4.1/conv2/Conv_output_0: 3e2cd12d
|
| 111 |
+
/layer4/layer4.1/relu_1/Relu_output_0: 3e1c70cb
|
| 112 |
+
/layer4/layer4.1/conv3/Conv_output_0: 3f864638
|
| 113 |
+
/layer4/layer4.1/Add_output_0: 3f8488be
|
| 114 |
+
/layer4/layer4.1/relu_2/Relu_output_0: 3f8401f9
|
| 115 |
+
/layer4/layer4.2/conv1/Conv_output_0: 3fad4308
|
| 116 |
+
/layer4/layer4.2/relu/Relu_output_0: 3ed063ad
|
| 117 |
+
/layer4/layer4.2/conv2/Conv_output_0: 4015f0cd
|
| 118 |
+
/layer4/layer4.2/relu_1/Relu_output_0: 3e75124e
|
| 119 |
+
/layer4/layer4.2/conv3/Conv_output_0: 3f4f8b88
|
| 120 |
+
/layer4/layer4.2/Add_output_0: 3fa705e0
|
| 121 |
+
/layer4/layer4.2/relu_2/Relu_output_0: 3f837c74
|
| 122 |
+
/avgpool/GlobalAveragePool_output_0: 3e32ad11
|
| 123 |
+
/Reshape_output_0: 3e32ad11
|
| 124 |
+
(Unnamed Layer* 121) [Constant]_output: 39b7c413
|
| 125 |
+
(Unnamed Layer* 122) [Matrix Multiply]_output: 3e991778
|
| 126 |
+
(Unnamed Layer* 123) [Constant]_output: 3959a9f0
|
| 127 |
+
(Unnamed Layer* 124) [Shuffle]_output: 3959a9f0
|
| 128 |
+
/fc_yaw_gaze/Gemm_output_0: 3e99098a
|
| 129 |
+
(Unnamed Layer* 126) [Constant]_output: 39d33fb4
|
| 130 |
+
(Unnamed Layer* 127) [Matrix Multiply]_output: 3e83ef9b
|
| 131 |
+
(Unnamed Layer* 128) [Constant]_output: 3969cbb7
|
| 132 |
+
(Unnamed Layer* 129) [Shuffle]_output: 3969cbb7
|
| 133 |
+
/fc_pitch_gaze/Gemm_output_0: 3e840cd5
|
| 134 |
+
(Unnamed Layer* 132) [Softmax]_output: 3b10d743
|
| 135 |
+
(Unnamed Layer* 135) [Softmax]_output: 3b620a3f
|
| 136 |
+
(Unnamed Layer* 137) [Constant]_output: 3f337204
|
| 137 |
+
(Unnamed Layer* 138) [Shuffle]_output: 3f337204
|
| 138 |
+
/Mul_output_0: 3dd03570
|
| 139 |
+
(Unnamed Layer* 140) [Shuffle]_output: 3f337204
|
| 140 |
+
/Mul_1_output_0: 3e1eef33
|
| 141 |
+
/ReduceSum_output_0: 3eb6fd36
|
| 142 |
+
/ReduceSum_1_output_0: 3eb5f53c
|
| 143 |
+
/Concat_output_0: 3eb6fd36
|
| 144 |
+
(Unnamed Layer* 146) [Shuffle]_output: 3d010a14
|
| 145 |
+
/Mul_2_output_0: 3fb6fd36
|
| 146 |
+
(Unnamed Layer* 149) [Shuffle]_output: 3fb5762c
|
| 147 |
+
/Sub_output_0: 3c438529
|
| 148 |
+
(Unnamed Layer* 152) [Shuffle]_output: 3ccab1d0
|
| 149 |
+
/Mul_3_output_0: 3d198fa9
|
| 150 |
+
(Unnamed Layer* 154) [Shuffle]_output: 3fb5762c
|
| 151 |
+
gaze_yaw_pitch: 395a65eb
|
gazesam/int8_calib_caches/yolo_m.cache
ADDED
|
@@ -0,0 +1,351 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TRT-8602-EntropyCalibration2
|
| 2 |
+
/pre_process/pre_process.0/Cast_output_0: 4000890a
|
| 3 |
+
(Unnamed Layer* 1) [Constant]_output: 38018ba0
|
| 4 |
+
/pre_process/pre_process.1/Mul_output_0: 3c010a14
|
| 5 |
+
/model/backbone/stem/conv/rbr_reparam/Conv_output_0: 3e04964f
|
| 6 |
+
/model/backbone/stem/conv/nonlinearity/Relu_output_0: 3cdad233
|
| 7 |
+
/model/backbone/stage1/downsample/rbr_reparam/Conv_output_0: 3e0a74a4
|
| 8 |
+
/model/backbone/stage1/downsample/nonlinearity/Relu_output_0: 3e07ea4d
|
| 9 |
+
/model/backbone/stage1/blocks/conv1/conv/Conv_output_0: 3df9343d
|
| 10 |
+
/model/backbone/stage1/blocks/conv2/conv/Conv_output_0: 3e575079
|
| 11 |
+
/model/backbone/stage1/blocks/conv1/act/Relu_output_0: 3d2f3d98
|
| 12 |
+
/model/backbone/stage1/blocks/conv2/act/Relu_output_0: 3d858714
|
| 13 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.0/cv1/rbr_reparam/Conv_output_0: 3db546e0
|
| 14 |
+
(Unnamed Layer* 12) [Constant]_output: 39b0892c
|
| 15 |
+
(Unnamed Layer* 13) [Shuffle]_output: 39b0892c
|
| 16 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3aefbe21
|
| 17 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.0/cv1/nonlinearity/Relu_output_0: 3d671a6c
|
| 18 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.0/cv2/rbr_reparam/Conv_output_0: 3db3650b
|
| 19 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.0/cv2/nonlinearity/Relu_output_0: 3d932b92
|
| 20 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3d702efe
|
| 21 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.1/cv1/rbr_reparam/Conv_output_0: 3d7a6fef
|
| 22 |
+
(Unnamed Layer* 20) [Constant]_output: 39df3b4c
|
| 23 |
+
(Unnamed Layer* 21) [Shuffle]_output: 39df3b4c
|
| 24 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3b4fc0b4
|
| 25 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.1/cv1/nonlinearity/Relu_output_0: 3d41c135
|
| 26 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.1/cv2/rbr_reparam/Conv_output_0: 3dc80b9a
|
| 27 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.1/cv2/nonlinearity/Relu_output_0: 3dc794af
|
| 28 |
+
/model/backbone/stage1/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3d2d5d6f
|
| 29 |
+
/model/backbone/stage1/blocks/Concat_output_0: 3d4faf12
|
| 30 |
+
/model/backbone/stage1/blocks/conv3/conv/Conv_output_0: 3dcbd5e3
|
| 31 |
+
/model/backbone/stage1/blocks/conv3/act/Relu_output_0: 3dcc2e80
|
| 32 |
+
/model/backbone/stage2/downsample/rbr_reparam/Conv_output_0: 3d98eff5
|
| 33 |
+
/model/neck/neck2/reduce_skip2/conv/Conv_output_0: 3d85c7e3
|
| 34 |
+
/model/backbone/stage2/downsample/nonlinearity/Relu_output_0: 3d9a681c
|
| 35 |
+
/model/neck/neck2/reduce_skip2/act/Relu_output_0: 3d173233
|
| 36 |
+
/model/backbone/stage2/blocks/conv1/conv/Conv_output_0: 3d340a06
|
| 37 |
+
/model/backbone/stage2/blocks/conv2/conv/Conv_output_0: 3d852b1f
|
| 38 |
+
/model/neck/neck2/downsample/conv/Conv_output_0: 3d32ad9d
|
| 39 |
+
/model/backbone/stage2/blocks/conv1/act/Relu_output_0: 3d1517d7
|
| 40 |
+
/model/backbone/stage2/blocks/conv2/act/Relu_output_0: 3d46ae2b
|
| 41 |
+
/model/neck/neck2/downsample/act/Relu_output_0: 3c9e6d32
|
| 42 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.0/cv1/rbr_reparam/Conv_output_0: 3d9695f7
|
| 43 |
+
(Unnamed Layer* 41) [Constant]_output: 3bc69c81
|
| 44 |
+
(Unnamed Layer* 42) [Shuffle]_output: 3bc69c81
|
| 45 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3ce57a26
|
| 46 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.0/cv1/nonlinearity/Relu_output_0: 3d416227
|
| 47 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.0/cv2/rbr_reparam/Conv_output_0: 3d4f8574
|
| 48 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.0/cv2/nonlinearity/Relu_output_0: 3d409ef6
|
| 49 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3d454dd5
|
| 50 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.1/cv1/rbr_reparam/Conv_output_0: 3d90a96b
|
| 51 |
+
(Unnamed Layer* 49) [Constant]_output: 390d40d3
|
| 52 |
+
(Unnamed Layer* 50) [Shuffle]_output: 390d40d3
|
| 53 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3a57fab1
|
| 54 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.1/cv1/nonlinearity/Relu_output_0: 3d5304bc
|
| 55 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.1/cv2/rbr_reparam/Conv_output_0: 3d944ea8
|
| 56 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.1/cv2/nonlinearity/Relu_output_0: 3d5ff473
|
| 57 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3cc1b222
|
| 58 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.2/cv1/rbr_reparam/Conv_output_0: 3d86b1fb
|
| 59 |
+
(Unnamed Layer* 57) [Constant]_output: 38eb1c93
|
| 60 |
+
(Unnamed Layer* 58) [Shuffle]_output: 38eb1c93
|
| 61 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.2/Mul_output_0: 39b07555
|
| 62 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.2/cv1/nonlinearity/Relu_output_0: 3d34be82
|
| 63 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.2/cv2/rbr_reparam/Conv_output_0: 3d9ea07b
|
| 64 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.2/cv2/nonlinearity/Relu_output_0: 3d8bc8ae
|
| 65 |
+
/model/backbone/stage2/blocks/bottlenecks/bottlenecks.2/Add_output_0: 3ccb2a6a
|
| 66 |
+
/model/backbone/stage2/blocks/Concat_output_0: 3cc21344
|
| 67 |
+
/model/backbone/stage2/blocks/conv3/conv/Conv_output_0: 3d98f0ba
|
| 68 |
+
/model/backbone/stage2/blocks/conv3/act/Relu_output_0: 3d96f40b
|
| 69 |
+
/model/backbone/stage3/downsample/rbr_reparam/Conv_output_0: 3d82df62
|
| 70 |
+
/model/neck/neck1/reduce_skip2/conv/Conv_output_0: 3d65bb22
|
| 71 |
+
/model/neck/neck2/reduce_skip1/conv/Conv_output_0: 3d3f298a
|
| 72 |
+
/model/backbone/stage3/downsample/nonlinearity/Relu_output_0: 3d51a370
|
| 73 |
+
/model/neck/neck1/reduce_skip2/act/Relu_output_0: 3d203843
|
| 74 |
+
/model/neck/neck2/reduce_skip1/act/Relu_output_0: 3c82911a
|
| 75 |
+
/model/backbone/stage3/blocks/conv1/conv/Conv_output_0: 3cfcdb92
|
| 76 |
+
/model/backbone/stage3/blocks/conv2/conv/Conv_output_0: 3d7f8f98
|
| 77 |
+
/model/neck/neck1/downsample/conv/Conv_output_0: 3d2393a0
|
| 78 |
+
/model/backbone/stage3/blocks/conv1/act/Relu_output_0: 3cd798a2
|
| 79 |
+
/model/backbone/stage3/blocks/conv2/act/Relu_output_0: 3d568671
|
| 80 |
+
/model/neck/neck1/downsample/act/Relu_output_0: 3c5ca1e7
|
| 81 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.0/cv1/rbr_reparam/Conv_output_0: 3d38155d
|
| 82 |
+
(Unnamed Layer* 80) [Constant]_output: 3bf1f24a
|
| 83 |
+
(Unnamed Layer* 81) [Shuffle]_output: 3bf1f24a
|
| 84 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3cca1e95
|
| 85 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.0/cv1/nonlinearity/Relu_output_0: 3d223b47
|
| 86 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.0/cv2/rbr_reparam/Conv_output_0: 3d238dfd
|
| 87 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.0/cv2/nonlinearity/Relu_output_0: 3d07e837
|
| 88 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3d2a10c7
|
| 89 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.1/cv1/rbr_reparam/Conv_output_0: 3d703c47
|
| 90 |
+
(Unnamed Layer* 88) [Constant]_output: 3b4fe5be
|
| 91 |
+
(Unnamed Layer* 89) [Shuffle]_output: 3b4fe5be
|
| 92 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3c88ff67
|
| 93 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.1/cv1/nonlinearity/Relu_output_0: 3d2dda2e
|
| 94 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.1/cv2/rbr_reparam/Conv_output_0: 3d4c411e
|
| 95 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.1/cv2/nonlinearity/Relu_output_0: 3d130763
|
| 96 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3d0def8a
|
| 97 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.2/cv1/rbr_reparam/Conv_output_0: 3d819f63
|
| 98 |
+
(Unnamed Layer* 96) [Constant]_output: 3bcd8850
|
| 99 |
+
(Unnamed Layer* 97) [Shuffle]_output: 3bcd8850
|
| 100 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.2/Mul_output_0: 3ce212d8
|
| 101 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.2/cv1/nonlinearity/Relu_output_0: 3d112dd3
|
| 102 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.2/cv2/rbr_reparam/Conv_output_0: 3d38caea
|
| 103 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.2/cv2/nonlinearity/Relu_output_0: 3d1b57e2
|
| 104 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.2/Add_output_0: 3d215a34
|
| 105 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.3/cv1/rbr_reparam/Conv_output_0: 3d6410b4
|
| 106 |
+
(Unnamed Layer* 104) [Constant]_output: 3b5700b3
|
| 107 |
+
(Unnamed Layer* 105) [Shuffle]_output: 3b5700b3
|
| 108 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.3/Mul_output_0: 3c866bc7
|
| 109 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.3/cv1/nonlinearity/Relu_output_0: 3d337061
|
| 110 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.3/cv2/rbr_reparam/Conv_output_0: 3d7b4acf
|
| 111 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.3/cv2/nonlinearity/Relu_output_0: 3d41ac6d
|
| 112 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.3/Add_output_0: 3cf9290f
|
| 113 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.4/cv1/rbr_reparam/Conv_output_0: 3d99d4bf
|
| 114 |
+
(Unnamed Layer* 112) [Constant]_output: 3999361a
|
| 115 |
+
(Unnamed Layer* 113) [Shuffle]_output: 3999361a
|
| 116 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.4/Mul_output_0: 3a93eab6
|
| 117 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.4/cv1/nonlinearity/Relu_output_0: 3d2e7223
|
| 118 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.4/cv2/rbr_reparam/Conv_output_0: 3d86e84c
|
| 119 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.4/cv2/nonlinearity/Relu_output_0: 3d7e8d67
|
| 120 |
+
/model/backbone/stage3/blocks/bottlenecks/bottlenecks.4/Add_output_0: 3c86c29e
|
| 121 |
+
/model/backbone/stage3/blocks/Concat_output_0: 3cc96a74
|
| 122 |
+
/model/backbone/stage3/blocks/conv3/conv/Conv_output_0: 3da3d4cd
|
| 123 |
+
/model/backbone/stage3/blocks/conv3/act/Relu_output_0: 3d894bc3
|
| 124 |
+
/model/backbone/stage4/downsample/rbr_reparam/Conv_output_0: 3d49121b
|
| 125 |
+
/model/neck/neck1/reduce_skip1/conv/Conv_output_0: 3d11d221
|
| 126 |
+
/model/backbone/stage4/downsample/nonlinearity/Relu_output_0: 3d262056
|
| 127 |
+
/model/neck/neck1/reduce_skip1/act/Relu_output_0: 3c99c797
|
| 128 |
+
/model/backbone/stage4/blocks/conv1/conv/Conv_output_0: 3d366bdf
|
| 129 |
+
/model/backbone/stage4/blocks/conv2/conv/Conv_output_0: 3d23bc4b
|
| 130 |
+
/model/backbone/stage4/blocks/conv1/act/Relu_output_0: 3d070c1f
|
| 131 |
+
/model/backbone/stage4/blocks/conv2/act/Relu_output_0: 3d225a57
|
| 132 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.0/cv1/rbr_reparam/Conv_output_0: 3d67deaf
|
| 133 |
+
(Unnamed Layer* 131) [Constant]_output: 3abfbd69
|
| 134 |
+
(Unnamed Layer* 132) [Shuffle]_output: 3abfbd69
|
| 135 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3bc8aacb
|
| 136 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.0/cv1/nonlinearity/Relu_output_0: 3cfd7aba
|
| 137 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.0/cv2/rbr_reparam/Conv_output_0: 3d307b68
|
| 138 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.0/cv2/nonlinearity/Relu_output_0: 3cf545dd
|
| 139 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3cfdc2e1
|
| 140 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.1/cv1/rbr_reparam/Conv_output_0: 3cf8b474
|
| 141 |
+
(Unnamed Layer* 139) [Constant]_output: 3bba8669
|
| 142 |
+
(Unnamed Layer* 140) [Shuffle]_output: 3bba8669
|
| 143 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3cb76794
|
| 144 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.1/cv1/nonlinearity/Relu_output_0: 3cb0ce19
|
| 145 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.1/cv2/rbr_reparam/Conv_output_0: 3d2d7a3a
|
| 146 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.1/cv2/nonlinearity/Relu_output_0: 3ce70517
|
| 147 |
+
/model/backbone/stage4/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3d13ba2f
|
| 148 |
+
/model/backbone/stage4/blocks/Concat_output_0: 3d1d5aa9
|
| 149 |
+
/model/backbone/stage4/blocks/conv3/conv/Conv_output_0: 3d2f34dd
|
| 150 |
+
/model/backbone/stage4/blocks/conv3/act/Relu_output_0: 3d2f3a3f
|
| 151 |
+
/model/backbone/context_module/cv1/conv/Conv_output_0: 3d2e9f22
|
| 152 |
+
/model/backbone/context_module/cv1/act/Relu_output_0: 3d2e9f22
|
| 153 |
+
/model/backbone/context_module/m.0/MaxPool_output_0: 3d2e9f22
|
| 154 |
+
/model/backbone/context_module/m.1/MaxPool_output_0: 3d2e9f22
|
| 155 |
+
/model/backbone/context_module/m.2/MaxPool_output_0: 3d2e9f22
|
| 156 |
+
/model/backbone/context_module/Concat_output_0: 3d2a58b9
|
| 157 |
+
/model/backbone/context_module/cv2/conv/Conv_output_0: 3d41c4a9
|
| 158 |
+
/model/backbone/context_module/cv2/act/Relu_output_0: 3cac88f1
|
| 159 |
+
/model/neck/neck1/conv/conv/Conv_output_0: 3d87057f
|
| 160 |
+
/model/neck/neck1/conv/act/Relu_output_0: 3d91554c
|
| 161 |
+
/model/neck/neck1/upsample/ConvTranspose_output_0: 3bb68f05
|
| 162 |
+
/model/neck/neck1/Concat_output_0: 3c88b005
|
| 163 |
+
/model/neck/neck1/reduce_after_concat/conv/Conv_output_0: 3d4cdaf5
|
| 164 |
+
/model/neck/neck1/reduce_after_concat/act/Relu_output_0: 3d1e1abd
|
| 165 |
+
/model/neck/neck1/blocks/conv1/conv/Conv_output_0: 3d483e36
|
| 166 |
+
/model/neck/neck1/blocks/conv2/conv/Conv_output_0: 3d31d2a7
|
| 167 |
+
/model/neck/neck1/blocks/conv1/act/Relu_output_0: 3d089347
|
| 168 |
+
/model/neck/neck1/blocks/conv2/act/Relu_output_0: 3cf2a9e9
|
| 169 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.0/cv1/rbr_reparam/Conv_output_0: 3d47ba08
|
| 170 |
+
(Unnamed Layer* 168) [Constant]_output: 386cdf69
|
| 171 |
+
(Unnamed Layer* 169) [Shuffle]_output: 386cdf69
|
| 172 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 397ab4c4
|
| 173 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.0/cv1/nonlinearity/Relu_output_0: 3d00b4ea
|
| 174 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.0/cv2/rbr_reparam/Conv_output_0: 3d8de637
|
| 175 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.0/cv2/nonlinearity/Relu_output_0: 3d016e96
|
| 176 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3c438efc
|
| 177 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.1/cv1/rbr_reparam/Conv_output_0: 3d4ebf7a
|
| 178 |
+
(Unnamed Layer* 176) [Constant]_output: 3b87499a
|
| 179 |
+
(Unnamed Layer* 177) [Shuffle]_output: 3b87499a
|
| 180 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3bcd070e
|
| 181 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.1/cv1/nonlinearity/Relu_output_0: 3cc1a3be
|
| 182 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.1/cv2/rbr_reparam/Conv_output_0: 3d2d1247
|
| 183 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.1/cv2/nonlinearity/Relu_output_0: 3d30238b
|
| 184 |
+
/model/neck/neck1/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3cdcf3d1
|
| 185 |
+
/model/neck/neck1/blocks/Concat_output_0: 3d054a56
|
| 186 |
+
/model/neck/neck1/blocks/conv3/conv/Conv_output_0: 3d583d1b
|
| 187 |
+
/model/neck/neck1/blocks/conv3/act/Relu_output_0: 3d57acaa
|
| 188 |
+
/model/neck/neck2/conv/conv/Conv_output_0: 3d61618a
|
| 189 |
+
/model/neck/neck2/conv/act/Relu_output_0: 3d61618a
|
| 190 |
+
/model/neck/neck2/upsample/ConvTranspose_output_0: 3bb51d46
|
| 191 |
+
/model/neck/neck2/Concat_output_0: 3c9ab142
|
| 192 |
+
/model/neck/neck2/reduce_after_concat/conv/Conv_output_0: 3d805fbd
|
| 193 |
+
/model/neck/neck2/reduce_after_concat/act/Relu_output_0: 3d12957e
|
| 194 |
+
/model/neck/neck2/blocks/conv1/conv/Conv_output_0: 3ce912e2
|
| 195 |
+
/model/neck/neck2/blocks/conv2/conv/Conv_output_0: 3d575169
|
| 196 |
+
/model/neck/neck2/blocks/conv1/act/Relu_output_0: 3cad182f
|
| 197 |
+
/model/neck/neck2/blocks/conv2/act/Relu_output_0: 3d108456
|
| 198 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.0/cv1/rbr_reparam/Conv_output_0: 3d1d8605
|
| 199 |
+
(Unnamed Layer* 197) [Constant]_output: 3a33a265
|
| 200 |
+
(Unnamed Layer* 198) [Shuffle]_output: 3a33a265
|
| 201 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3af0f687
|
| 202 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.0/cv1/nonlinearity/Relu_output_0: 3ccc192b
|
| 203 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.0/cv2/rbr_reparam/Conv_output_0: 3d0618ea
|
| 204 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.0/cv2/nonlinearity/Relu_output_0: 3cc6c11f
|
| 205 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3ca43d35
|
| 206 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.1/cv1/rbr_reparam/Conv_output_0: 3d1ef2b9
|
| 207 |
+
(Unnamed Layer* 205) [Constant]_output: 3953f61c
|
| 208 |
+
(Unnamed Layer* 206) [Shuffle]_output: 3953f61c
|
| 209 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3a06e3f1
|
| 210 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.1/cv1/nonlinearity/Relu_output_0: 3cdb9670
|
| 211 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.1/cv2/rbr_reparam/Conv_output_0: 3d19a569
|
| 212 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.1/cv2/nonlinearity/Relu_output_0: 3cdeecd3
|
| 213 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3c91efbc
|
| 214 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.2/cv1/rbr_reparam/Conv_output_0: 3d159e21
|
| 215 |
+
(Unnamed Layer* 213) [Constant]_output: 3b1c6922
|
| 216 |
+
(Unnamed Layer* 214) [Shuffle]_output: 3b1c6922
|
| 217 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.2/Mul_output_0: 3bb0e456
|
| 218 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.2/cv1/nonlinearity/Relu_output_0: 3ca6c5b1
|
| 219 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.2/cv2/rbr_reparam/Conv_output_0: 3d292060
|
| 220 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.2/cv2/nonlinearity/Relu_output_0: 3d2b58a5
|
| 221 |
+
/model/neck/neck2/blocks/bottlenecks/bottlenecks.2/Add_output_0: 3d05e055
|
| 222 |
+
/model/neck/neck2/blocks/Concat_output_0: 3d065a6e
|
| 223 |
+
/model/neck/neck2/blocks/conv3/conv/Conv_output_0: 3d606796
|
| 224 |
+
/model/neck/neck2/blocks/conv3/act/Relu_output_0: 3d3714d8
|
| 225 |
+
/model/neck/neck3/conv/conv/Conv_output_0: 3db2e5c8
|
| 226 |
+
/model/heads/head1/stem/seq/conv/Conv_output_0: 3d776a2a
|
| 227 |
+
/model/neck/neck3/conv/act/Relu_output_0: 3d8c1fc9
|
| 228 |
+
/model/heads/head1/stem/seq/act/Relu_output_0: 3d55152c
|
| 229 |
+
/model/neck/neck3/Concat_output_0: 3d8782b7
|
| 230 |
+
/model/heads/head1/cls_convs/cls_convs.0/seq/conv/Conv_output_0: 3e1a2fe9
|
| 231 |
+
/model/heads/head1/reg_convs/reg_convs.0/seq/conv/Conv_output_0: 3e66c3d8
|
| 232 |
+
/model/neck/neck3/blocks/conv1/conv/Conv_output_0: 3d40836b
|
| 233 |
+
/model/neck/neck3/blocks/conv2/conv/Conv_output_0: 3d3833ce
|
| 234 |
+
/model/heads/head1/cls_convs/cls_convs.0/seq/act/Relu_output_0: 3e2e4b75
|
| 235 |
+
/model/heads/head1/reg_convs/reg_convs.0/seq/act/Relu_output_0: 3e6eae56
|
| 236 |
+
/model/neck/neck3/blocks/conv1/act/Relu_output_0: 3cfe49a4
|
| 237 |
+
/model/neck/neck3/blocks/conv2/act/Relu_output_0: 3d0b259a
|
| 238 |
+
/model/heads/head1/cls_pred/Conv_output_0: 3db335a9
|
| 239 |
+
/model/heads/head1/reg_pred/Conv_output_0: 3dc45585
|
| 240 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.0/cv1/conv/Conv_output_0: 3d31e929
|
| 241 |
+
(Unnamed Layer* 239) [Constant]_output: 390724fe
|
| 242 |
+
(Unnamed Layer* 240) [Shuffle]_output: 390724fe
|
| 243 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3a0528c7
|
| 244 |
+
/model/heads/Reshape_output_0: 3dc45585
|
| 245 |
+
/model/heads/Reshape_1_output_0: 3db335a9
|
| 246 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.0/cv1/act/Relu_output_0: 3cc9d738
|
| 247 |
+
/model/heads/Transpose_output_0: 3dc45585
|
| 248 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.0/cv2/conv/Conv_output_0: 3d3395b2
|
| 249 |
+
(Unnamed Layer* 247) [Softmax]_output: 3bc579e3
|
| 250 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.0/cv2/act/Relu_output_0: 3d05cad7
|
| 251 |
+
/model/heads/Conv_output_0: 3dd96ff1
|
| 252 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3c85d46f
|
| 253 |
+
/model/heads/Squeeze_output_0: 3dd96ff1
|
| 254 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.1/cv1/conv/Conv_output_0: 3d5acde7
|
| 255 |
+
(Unnamed Layer* 254) [Constant]_output: 3ac0983e
|
| 256 |
+
(Unnamed Layer* 255) [Shuffle]_output: 3ac0983e
|
| 257 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3b47be9d
|
| 258 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.1/cv1/act/Relu_output_0: 3d08fb83
|
| 259 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.1/cv2/conv/Conv_output_0: 3d4dd729
|
| 260 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.1/cv2/act/Relu_output_0: 3d0fbe69
|
| 261 |
+
/model/neck/neck3/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3cd7e1f4
|
| 262 |
+
/model/neck/neck3/blocks/Concat_output_0: 3ce49baa
|
| 263 |
+
/model/neck/neck3/blocks/conv3/conv/Conv_output_0: 3d62e216
|
| 264 |
+
/model/neck/neck3/blocks/conv3/act/Relu_output_0: 3d15f525
|
| 265 |
+
/model/neck/neck4/conv/conv/Conv_output_0: 3d8db51a
|
| 266 |
+
/model/heads/head2/stem/seq/conv/Conv_output_0: 3d42abcd
|
| 267 |
+
/model/neck/neck4/conv/act/Relu_output_0: 3d7b8662
|
| 268 |
+
/model/heads/head2/stem/seq/act/Relu_output_0: 3d42abcd
|
| 269 |
+
/model/neck/neck4/Concat_output_0: 3d938394
|
| 270 |
+
/model/heads/head2/cls_convs/cls_convs.0/seq/conv/Conv_output_0: 3e0ccc5f
|
| 271 |
+
/model/heads/head2/reg_convs/reg_convs.0/seq/conv/Conv_output_0: 3e50b34b
|
| 272 |
+
/model/neck/neck4/blocks/conv1/conv/Conv_output_0: 3d2d989e
|
| 273 |
+
/model/neck/neck4/blocks/conv2/conv/Conv_output_0: 3d10450f
|
| 274 |
+
/model/heads/head2/cls_convs/cls_convs.0/seq/act/Relu_output_0: 3df3949a
|
| 275 |
+
/model/heads/head2/reg_convs/reg_convs.0/seq/act/Relu_output_0: 3e50b34b
|
| 276 |
+
/model/neck/neck4/blocks/conv1/act/Relu_output_0: 3d127d53
|
| 277 |
+
/model/neck/neck4/blocks/conv2/act/Relu_output_0: 3d10450f
|
| 278 |
+
/model/heads/head2/cls_pred/Conv_output_0: 3d8ee223
|
| 279 |
+
/model/heads/head2/reg_pred/Conv_output_0: 3dba5c04
|
| 280 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.0/cv1/conv/Conv_output_0: 3ce87c6b
|
| 281 |
+
(Unnamed Layer* 280) [Constant]_output: 3b2928d2
|
| 282 |
+
(Unnamed Layer* 281) [Shuffle]_output: 3b2928d2
|
| 283 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.0/Mul_output_0: 3c4008fd
|
| 284 |
+
/model/heads/Reshape_2_output_0: 3dba5c04
|
| 285 |
+
/model/heads/Reshape_3_output_0: 3d8ee223
|
| 286 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.0/cv1/act/Relu_output_0: 3cbcbb9d
|
| 287 |
+
/model/heads/Transpose_1_output_0: 3dba5c04
|
| 288 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.0/cv2/conv/Conv_output_0: 3cd24696
|
| 289 |
+
(Unnamed Layer* 288) [Softmax]_output: 3bd8ae07
|
| 290 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.0/cv2/act/Relu_output_0: 3ca27a07
|
| 291 |
+
/model/heads/Conv_1_output_0: 3de914f9
|
| 292 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.0/Add_output_0: 3cb4f420
|
| 293 |
+
/model/heads/Squeeze_1_output_0: 3de914f9
|
| 294 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.1/cv1/conv/Conv_output_0: 3d08ae4c
|
| 295 |
+
(Unnamed Layer* 295) [Constant]_output: 39e4064c
|
| 296 |
+
(Unnamed Layer* 296) [Shuffle]_output: 39e4064c
|
| 297 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.1/Mul_output_0: 3a9fe186
|
| 298 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.1/cv1/act/Relu_output_0: 3cec28fd
|
| 299 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.1/cv2/conv/Conv_output_0: 3d2ab194
|
| 300 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.1/cv2/act/Relu_output_0: 3d03f431
|
| 301 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.1/Add_output_0: 3ccbb244
|
| 302 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.2/cv1/conv/Conv_output_0: 3d30f593
|
| 303 |
+
(Unnamed Layer* 303) [Constant]_output: 3b5a068b
|
| 304 |
+
(Unnamed Layer* 304) [Shuffle]_output: 3b5a068b
|
| 305 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.2/Mul_output_0: 3c2c154c
|
| 306 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.2/cv1/act/Relu_output_0: 3d0b0df5
|
| 307 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.2/cv2/conv/Conv_output_0: 3d250356
|
| 308 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.2/cv2/act/Relu_output_0: 3d13faf1
|
| 309 |
+
/model/neck/neck4/blocks/bottlenecks/bottlenecks.2/Add_output_0: 3c91aa4c
|
| 310 |
+
/model/neck/neck4/blocks/Concat_output_0: 3c9c53f4
|
| 311 |
+
/model/neck/neck4/blocks/conv3/conv/Conv_output_0: 3d235c04
|
| 312 |
+
/model/neck/neck4/blocks/conv3/act/Relu_output_0: 3d0d6d94
|
| 313 |
+
/model/heads/head3/stem/seq/conv/Conv_output_0: 3d2770d2
|
| 314 |
+
/model/heads/head3/stem/seq/act/Relu_output_0: 3d3b224d
|
| 315 |
+
/model/heads/head3/cls_convs/cls_convs.0/seq/conv/Conv_output_0: 3d8ad819
|
| 316 |
+
/model/heads/head3/reg_convs/reg_convs.0/seq/conv/Conv_output_0: 3e351f5a
|
| 317 |
+
/model/heads/head3/cls_convs/cls_convs.0/seq/act/Relu_output_0: 3d8ad819
|
| 318 |
+
/model/heads/head3/reg_convs/reg_convs.0/seq/act/Relu_output_0: 3e3e2b85
|
| 319 |
+
/model/heads/head3/cls_pred/Conv_output_0: 3d49efb5
|
| 320 |
+
/model/heads/head3/reg_pred/Conv_output_0: 3d96c1b4
|
| 321 |
+
/model/heads/Reshape_4_output_0: 3d96c1b4
|
| 322 |
+
/model/heads/Reshape_5_output_0: 3d49efb5
|
| 323 |
+
/model/heads/Transpose_2_output_0: 3d96c1b4
|
| 324 |
+
/model/heads/Concat_output_0: 3db335a9
|
| 325 |
+
(Unnamed Layer* 325) [Softmax]_output: 3bbd57be
|
| 326 |
+
/model/heads/Transpose_3_output_0: 3db335a9
|
| 327 |
+
/model/heads/Conv_2_output_0: 3df33859
|
| 328 |
+
/model/heads/Sigmoid_output_0: 3a03e8cb
|
| 329 |
+
/model/heads/Squeeze_2_output_0: 3df33859
|
| 330 |
+
/post_process/ReduceMax_output_0: 3a9bb137
|
| 331 |
+
/post_process/Reshape_3_output_0: 3a03e8cb
|
| 332 |
+
/model/heads/Concat_1_output_0: 3de9025f
|
| 333 |
+
/post_process/TopK_output_0: 3bdb223f
|
| 334 |
+
/model/heads/Split_output_0: 3de82d9a
|
| 335 |
+
/model/heads/Split_output_1: 3de932b2
|
| 336 |
+
(Unnamed Layer* 340) [Constant]_output: 3f204a85
|
| 337 |
+
(Unnamed Layer* 341) [Shuffle]_output: 3f204a85
|
| 338 |
+
/model/heads/Sub_output_0: 3f1ffdbd
|
| 339 |
+
(Unnamed Layer* 343) [Shuffle]_output: 3f204a85
|
| 340 |
+
/model/heads/Add_output_0: 3f218e97
|
| 341 |
+
/post_process/Gather_1_output_0: 3a73b6aa
|
| 342 |
+
/model/heads/Concat_6_output_0: 3f218e97
|
| 343 |
+
pre_nms_scores: 3a73b6aa
|
| 344 |
+
(Unnamed Layer* 348) [Constant]_output: 3e810a14
|
| 345 |
+
(Unnamed Layer* 349) [Shuffle]_output: 3e810a14
|
| 346 |
+
/model/heads/Mul_output_0: 40a19736
|
| 347 |
+
/post_process/Reshape_1_output_0: 40a19736
|
| 348 |
+
/post_process/Gather_output_0: 40a19ba9
|
| 349 |
+
pre_nms_bboxes_xyxy: 40a19ba9
|
| 350 |
+
det_boxes: 40a13e1d
|
| 351 |
+
det_scores: 3bfb2161
|
gazesam/onnx/depth_m.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60dbc66e8bad001bf1d3f93fa3a860b711f51e59f64cc04761f06c7a31ea4ca
|
| 3 |
+
size 391972803
|
gazesam/onnx/evit_decoder_l0.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a1ce742a09e0bccd2d51850eefa10288cd8cc09c19ffcac8be58b39a3963c4c
|
| 3 |
+
size 16484649
|
gazesam/onnx/evit_encoder_l0.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e048326fd8496ff1bfd3e4b461fb9abf8999762653683400ca4c80152eedc6de
|
| 3 |
+
size 123110738
|
gazesam/onnx/face_detection.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f34078ef968d8900f315c61d86f32f5c728c6310c1701706a2bf7af6eb86ad0
|
| 3 |
+
size 1269160
|
gazesam/onnx/gaze_estimation.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d88281d1e1fcc967fb7e678b949ac9864aba78ed1ad95847364915675a41972
|
| 3 |
+
size 95435562
|
gazesam/onnx/yolo_m.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85f1e0e7a6e42df6ac49bd777b427e6204881068bb00388da9c26813446d8252
|
| 3 |
+
size 127787286
|
gazesam/onnx/yolo_m_ort.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8aac061eec4aa850776af5f4fdd998630d5bc4cc9856f34086b7ee0010b78f8
|
| 3 |
+
size 127793530
|
onnx/l0_decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:053e72c5703736a8a8a92482c9990c4a26dde9dcb7ff26b05843cf0bc433f42f
|
| 3 |
+
size 16470362
|
onnx/l0_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a37ebd16e65c31253416e33897e7e6b07699127765d538e99ecbfaa3ad1e727
|
| 3 |
+
size 123112917
|
onnx/l1_decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa37312a0b7789c06f5e9e674f8d64eadaca446202b51ae94ae91e0229574b94
|
| 3 |
+
size 16470386
|
onnx/l1_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54fb7d5a57476945ee7b95c4b171d6612b6be202dc84c6eb13e41c3ad30172c9
|
| 3 |
+
size 174629177
|
onnx/l2_decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3327ec112dc57daf08eab09c82a9c8f30e6dc7006007107ad56564abdb9e31db
|
| 3 |
+
size 16470410
|
onnx/l2_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daec3f2f887ce6135d7e6119846025c4500f35c6474fd005b41c90e26d7581cf
|
| 3 |
+
size 229435614
|
onnx/xl0_decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:051bfae9a07c1ff180fd7c5238334fdc45eaa0227c46f29740d98662865e01f7
|
| 3 |
+
size 16470368
|
onnx/xl0_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b39add8f7e2f8a612af867e864d962eff5ac98c8336b32feca08327a89cc8de3
|
| 3 |
+
size 451763082
|
onnx/xl1_decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf20b6701054335e5392ac5f196cc8f6aaa8e7daa6d7f709e1880976e069cfcf
|
| 3 |
+
size 16470422
|
onnx/xl1_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb281937fbd06645fb3cafc09c34c6b729dc7167a33a73356b9d69af071e5b04
|
| 3 |
+
size 797491768
|
sam_zero_shot_coco_mAP.png
ADDED
|
source_json_file/coco_groundingdino.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82a565d3fb8303554bf137578cde49dab628150c29294989e9a036397127556c
|
| 3 |
+
size 236112896
|
source_json_file/coco_vitdet.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba17f9fb28832baf5573e8a4212cad7740d606dd95b9c6d13c5465f603627813
|
| 3 |
+
size 38071857
|
source_json_file/coco_yolov8.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39957d1cc5fae260c9e8150ab2b59b8ebeea3726010fd4c0eaae5125ed695fb8
|
| 3 |
+
size 43861082
|
source_json_file/lvis_vitdet.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c2fc92f78a851ff1727334496a3ffd975a7a71ede4eb3a10b1314763f39e3ef
|
| 3 |
+
size 1309798446
|