Sidd1609
commited on
Commit
·
87cd14e
1
Parent(s):
da19665
Merge pull request #104 from Sidd1609:YoloX
Browse files
models/object_detection_yolox/LICENSE
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 (c) 2021-2022 Megvii Inc. All rights reserved.
|
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.
|
models/object_detection_yolox/README.md
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# YOLOX
|
2 |
+
|
3 |
+
Nanodet: YOLOX is an anchor-free version of YOLO, with a simpler design but better performance! It aims to bridge the gap between research and industrial communities. YOLOX is a high-performing object detector, an improvement to the existing YOLO series. YOLO series are in constant exploration of techniques to improve the object detection techniques for optimal speed and accuracy trade-off for real-time applications.
|
4 |
+
|
5 |
+
Key features of the YOLOX object detector
|
6 |
+
- **Anchor-free detectors** significantly reduce the number of design parameters
|
7 |
+
- **A decoupled head for classification, regression, and localization** improves the convergence speed
|
8 |
+
- **SimOTA advanced label assignment strategy** reduces training time and avoids additional solver hyperparameters
|
9 |
+
- **Strong data augmentations like MixUp and Mosiac** to boost YOLOX performance
|
10 |
+
|
11 |
+
Note:
|
12 |
+
- This version of YoloX: YoloX_s
|
13 |
+
|
14 |
+
## Demo
|
15 |
+
|
16 |
+
Run the following command to try the demo:
|
17 |
+
```shell
|
18 |
+
# detect on camera input
|
19 |
+
python demo.py
|
20 |
+
# detect on an image
|
21 |
+
python demo.py --input /path/to/image
|
22 |
+
```
|
23 |
+
Note:
|
24 |
+
- image result saved as "result.jpg"
|
25 |
+
|
26 |
+
|
27 |
+
## Results
|
28 |
+
|
29 |
+
Here are some of the sample results that were observed using the model (**yolox_s.onnx**),
|
30 |
+
|
31 |
+

|
32 |
+

|
33 |
+

|
34 |
+
|
35 |
+
<!--
|
36 |
+
Video inference result,
|
37 |
+

|
38 |
+
-->
|
39 |
+
|
40 |
+
## Model metrics:
|
41 |
+
|
42 |
+
The model is evaluated on [COCO 2017 val](https://cocodataset.org/#download). Results are showed below:
|
43 |
+
|
44 |
+
<table>
|
45 |
+
<tr><th>Average Precision </th><th>Average Recall</th></tr>
|
46 |
+
<tr><td>
|
47 |
+
|
48 |
+
| area | IoU | Average Precision(AP) |
|
49 |
+
|:-------|:------|:------------------------|
|
50 |
+
| all | 0.50:0.95 | 0.405 |
|
51 |
+
| all | 0.50 | 0.593 |
|
52 |
+
| all | 0.75 | 0.437 |
|
53 |
+
| small | 0.50:0.95 | 0.232 |
|
54 |
+
| medium | 0.50:0.95 | 0.448 |
|
55 |
+
| large | 0.50:0.95 | 0.541 |
|
56 |
+
|
57 |
+
</td><td>
|
58 |
+
|
59 |
+
area | IoU | Average Recall(AR) |
|
60 |
+
|:-------|:------|:----------------|
|
61 |
+
| all | 0.50:0.95 | 0.326 |
|
62 |
+
| all | 0.50:0.95 | 0.531 |
|
63 |
+
| all | 0.50:0.95 | 0.574 |
|
64 |
+
| small | 0.50:0.95 | 0.365 |
|
65 |
+
| medium | 0.50:0.95 | 0.634 |
|
66 |
+
| large | 0.50:0.95 | 0.724 |
|
67 |
+
</td></tr> </table>
|
68 |
+
|
69 |
+
| class | AP | class | AP | class | AP |
|
70 |
+
|:--------------|:-------|:-------------|:-------|:---------------|:-------|
|
71 |
+
| person | 54.109 | bicycle | 31.580 | car | 40.447 |
|
72 |
+
| motorcycle | 43.477 | airplane | 66.070 | bus | 64.183 |
|
73 |
+
| train | 64.483 | truck | 35.110 | boat | 24.681 |
|
74 |
+
| traffic light | 25.068 | fire hydrant | 64.382 | stop sign | 65.333 |
|
75 |
+
| parking meter | 48.439 | bench | 22.653 | bird | 33.324 |
|
76 |
+
| cat | 66.394 | dog | 60.096 | horse | 58.080 |
|
77 |
+
| sheep | 49.456 | cow | 53.596 | elephant | 65.574 |
|
78 |
+
| bear | 70.541 | zebra | 66.461 | giraffe | 66.780 |
|
79 |
+
| backpack | 13.095 | umbrella | 41.614 | handbag | 12.865 |
|
80 |
+
| tie | 29.453 | suitcase | 39.089 | frisbee | 61.712 |
|
81 |
+
| skis | 21.623 | snowboard | 31.326 | sports ball | 39.820 |
|
82 |
+
| kite | 41.410 | baseball bat | 27.311 | baseball glove | 36.661 |
|
83 |
+
| skateboard | 49.374 | surfboard | 35.524 | tennis racket | 45.569 |
|
84 |
+
| bottle | 37.270 | wine glass | 33.088 | cup | 39.835 |
|
85 |
+
| fork | 31.620 | knife | 15.265 | spoon | 14.918 |
|
86 |
+
| bowl | 43.251 | banana | 27.904 | apple | 17.630 |
|
87 |
+
| sandwich | 32.789 | orange | 29.388 | broccoli | 23.187 |
|
88 |
+
| carrot | 23.114 | hot dog | 33.716 | pizza | 52.541 |
|
89 |
+
| donut | 47.980 | cake | 36.160 | chair | 29.707 |
|
90 |
+
| couch | 46.175 | potted plant | 24.781 | bed | 44.323 |
|
91 |
+
| dining table | 30.022 | toilet | 64.237 | tv | 57.301 |
|
92 |
+
| laptop | 58.362 | mouse | 57.774 | remote | 24.271 |
|
93 |
+
| keyboard | 48.020 | cell phone | 32.376 | microwave | 57.220 |
|
94 |
+
| oven | 36.168 | toaster | 28.735 | sink | 38.159 |
|
95 |
+
| refrigerator | 52.876 | book | 15.030 | clock | 48.622 |
|
96 |
+
| vase | 37.013 | scissors | 26.307 | teddy bear | 45.676 |
|
97 |
+
| hair drier | 7.255 | toothbrush | 19.374 | | |
|
98 |
+
|
99 |
+
## License
|
100 |
+
|
101 |
+
All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|
102 |
+
|
103 |
+
#### Contributor Details
|
104 |
+
|
105 |
+
- Google Summer of Code'22
|
106 |
+
- Contributor: Sri Siddarth Chakaravarthy
|
107 |
+
- Github Profile: https://github.com/Sidd1609
|
108 |
+
- Organisation: OpenCV
|
109 |
+
- Project: Lightweight object detection models using OpenCV
|
110 |
+
|
111 |
+
## Reference
|
112 |
+
|
113 |
+
- YOLOX article: https://arxiv.org/abs/2107.08430
|
114 |
+
- YOLOX weight and scripts for training: https://github.com/Megvii-BaseDetection/YOLOX
|
115 |
+
- YOLOX blog: https://arshren.medium.com/yolox-new-improved-yolo-d430c0e4cf20
|
116 |
+
- YOLOX-lite: https://github.com/TexasInstruments/edgeai-yolox
|
models/object_detection_yolox/YoloX.py
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import numpy as np
|
2 |
+
import cv2
|
3 |
+
|
4 |
+
class YoloX:
|
5 |
+
def __init__(self, modelPath, confThreshold=0.35, nmsThreshold=0.5, objThreshold=0.5, backendId=0, targetId=0):
|
6 |
+
self.num_classes = 80
|
7 |
+
self.net = cv2.dnn.readNet(modelPath)
|
8 |
+
self.input_size = (640, 640)
|
9 |
+
self.mean = np.array([0.485, 0.456, 0.406], dtype=np.float32).reshape(1, 1, 3)
|
10 |
+
self.std = np.array([0.229, 0.224, 0.225], dtype=np.float32).reshape(1, 1, 3)
|
11 |
+
self.strides = [8, 16, 32]
|
12 |
+
self.confThreshold = confThreshold
|
13 |
+
self.nmsThreshold = nmsThreshold
|
14 |
+
self.objThreshold = objThreshold
|
15 |
+
self.backendId = backendId
|
16 |
+
self.targetId = targetId
|
17 |
+
self.net.setPreferableBackend(self.backendId)
|
18 |
+
self.net.setPreferableTarget(self.targetId)
|
19 |
+
|
20 |
+
@property
|
21 |
+
def name(self):
|
22 |
+
return self.__class__.__name__
|
23 |
+
|
24 |
+
def setBackend(self, backenId):
|
25 |
+
self.backendId = backendId
|
26 |
+
self.net.setPreferableBackend(self.backendId)
|
27 |
+
|
28 |
+
def setTarget(self, targetId):
|
29 |
+
self.targetId = targetId
|
30 |
+
self.net.setPreferableTarget(self.targetId)
|
31 |
+
|
32 |
+
def preprocess(self, img):
|
33 |
+
blob = np.transpose(img, (2, 0, 1))
|
34 |
+
return blob[np.newaxis, :, :, :]
|
35 |
+
|
36 |
+
def infer(self, srcimg):
|
37 |
+
input_blob = self.preprocess(srcimg)
|
38 |
+
|
39 |
+
self.net.setInput(input_blob)
|
40 |
+
outs = self.net.forward(self.net.getUnconnectedOutLayersNames())
|
41 |
+
|
42 |
+
predictions = self.postprocess(outs[0])
|
43 |
+
return predictions
|
44 |
+
|
45 |
+
def postprocess(self, outputs):
|
46 |
+
grids = []
|
47 |
+
expanded_strides = []
|
48 |
+
hsizes = [self.input_size[0] // stride for stride in self.strides]
|
49 |
+
wsizes = [self.input_size[1] // stride for stride in self.strides]
|
50 |
+
|
51 |
+
for hsize, wsize, stride in zip(hsizes, wsizes, self.strides):
|
52 |
+
xv, yv = np.meshgrid(np.arange(hsize), np.arange(wsize))
|
53 |
+
grid = np.stack((xv, yv), 2).reshape(1, -1, 2)
|
54 |
+
grids.append(grid)
|
55 |
+
shape = grid.shape[:2]
|
56 |
+
expanded_strides.append(np.full((*shape, 1), stride))
|
57 |
+
|
58 |
+
grids = np.concatenate(grids, 1)
|
59 |
+
expanded_strides = np.concatenate(expanded_strides, 1)
|
60 |
+
outputs[..., :2] = (outputs[..., :2] + grids) * expanded_strides
|
61 |
+
outputs[..., 2:4] = np.exp(outputs[..., 2:4]) * expanded_strides
|
62 |
+
|
63 |
+
predictions = outputs[0]
|
64 |
+
|
65 |
+
boxes = predictions[:, :4]
|
66 |
+
scores = predictions[:, 4:5] * predictions[:, 5:]
|
67 |
+
|
68 |
+
boxes_xyxy = np.ones_like(boxes)
|
69 |
+
boxes_xyxy[:, 0] = boxes[:, 0] - boxes[:, 2] / 2.
|
70 |
+
boxes_xyxy[:, 1] = boxes[:, 1] - boxes[:, 3] / 2.
|
71 |
+
boxes_xyxy[:, 2] = boxes[:, 0] + boxes[:, 2] / 2.
|
72 |
+
boxes_xyxy[:, 3] = boxes[:, 1] + boxes[:, 3] / 2.
|
73 |
+
|
74 |
+
# multi-class nms
|
75 |
+
final_dets = []
|
76 |
+
for cls_ind in range(scores.shape[1]):
|
77 |
+
cls_scores = scores[:, cls_ind]
|
78 |
+
valid_score_mask = cls_scores > self.confThreshold
|
79 |
+
if valid_score_mask.sum() == 0:
|
80 |
+
continue
|
81 |
+
else:
|
82 |
+
# call nms
|
83 |
+
indices = cv2.dnn.NMSBoxes(boxes_xyxy.tolist(), cls_scores.tolist(), self.confThreshold, self.nmsThreshold)
|
84 |
+
|
85 |
+
classids_ = np.ones((len(indices), 1)) * cls_ind
|
86 |
+
final_dets.append(
|
87 |
+
np.concatenate([boxes_xyxy[indices], cls_scores[indices, None], classids_], axis=1)
|
88 |
+
)
|
89 |
+
|
90 |
+
if len(final_dets) == 0:
|
91 |
+
return np.array([])
|
92 |
+
|
93 |
+
return np.concatenate(final_dets, 0)
|
models/object_detection_yolox/demo.py
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import numpy as np
|
2 |
+
import cv2
|
3 |
+
import argparse
|
4 |
+
|
5 |
+
from yolox import YoloX
|
6 |
+
|
7 |
+
def str2bool(v):
|
8 |
+
if v.lower() in ['on', 'yes', 'true', 'y', 't']:
|
9 |
+
return True
|
10 |
+
elif v.lower() in ['off', 'no', 'false', 'n', 'f']:
|
11 |
+
return False
|
12 |
+
else:
|
13 |
+
raise NotImplementedError
|
14 |
+
|
15 |
+
backends = [cv2.dnn.DNN_BACKEND_OPENCV, cv2.dnn.DNN_BACKEND_CUDA]
|
16 |
+
targets = [cv2.dnn.DNN_TARGET_CPU, cv2.dnn.DNN_TARGET_CUDA, cv2.dnn.DNN_TARGET_CUDA_FP16]
|
17 |
+
help_msg_backends = "Choose one of the computation backends: {:d}: OpenCV implementation (default); {:d}: CUDA"
|
18 |
+
help_msg_targets = "Chose one of the target computation devices: {:d}: CPU (default); {:d}: CUDA; {:d}: CUDA fp16"
|
19 |
+
|
20 |
+
try:
|
21 |
+
backends += [cv2.dnn.DNN_BACKEND_TIMVX]
|
22 |
+
targets += [cv2.dnn.DNN_TARGET_NPU]
|
23 |
+
help_msg_backends += "; {:d}: TIMVX"
|
24 |
+
help_msg_targets += "; {:d}: NPU"
|
25 |
+
except:
|
26 |
+
print('This version of OpenCV does not support TIM-VX and NPU. Visit https://github.com/opencv/opencv/wiki/TIM-VX-Backend-For-Running-OpenCV-On-NPU for more information.')
|
27 |
+
|
28 |
+
classes = ('person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus',
|
29 |
+
'train', 'truck', 'boat', 'traffic light', 'fire hydrant',
|
30 |
+
'stop sign', 'parking meter', 'bench', 'bird', 'cat', 'dog',
|
31 |
+
'horse', 'sheep', 'cow', 'elephant', 'bear', 'zebra', 'giraffe',
|
32 |
+
'backpack', 'umbrella', 'handbag', 'tie', 'suitcase', 'frisbee',
|
33 |
+
'skis', 'snowboard', 'sports ball', 'kite', 'baseball bat',
|
34 |
+
'baseball glove', 'skateboard', 'surfboard', 'tennis racket',
|
35 |
+
'bottle', 'wine glass', 'cup', 'fork', 'knife', 'spoon', 'bowl',
|
36 |
+
'banana', 'apple', 'sandwich', 'orange', 'broccoli', 'carrot',
|
37 |
+
'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch',
|
38 |
+
'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop',
|
39 |
+
'mouse', 'remote', 'keyboard', 'cell phone', 'microwave',
|
40 |
+
'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock',
|
41 |
+
'vase', 'scissors', 'teddy bear', 'hair drier', 'toothbrush')
|
42 |
+
|
43 |
+
def letterbox(srcimg, target_size=(640, 640)):
|
44 |
+
padded_img = np.ones((target_size[0], target_size[1], 3)) * 114.0
|
45 |
+
ratio = min(target_size[0] / srcimg.shape[0], target_size[1] / srcimg.shape[1])
|
46 |
+
resized_img = cv2.resize(
|
47 |
+
srcimg, (int(srcimg.shape[1] * ratio), int(srcimg.shape[0] * ratio)), interpolation=cv2.INTER_LINEAR
|
48 |
+
).astype(np.float32)
|
49 |
+
padded_img[: int(srcimg.shape[0] * ratio), : int(srcimg.shape[1] * ratio)] = resized_img
|
50 |
+
|
51 |
+
return padded_img, ratio
|
52 |
+
|
53 |
+
def unletterbox(bbox, letterbox_scale):
|
54 |
+
return bbox / letterbox_scale
|
55 |
+
|
56 |
+
def vis(dets, srcimg, letterbox_scale, fps=None):
|
57 |
+
res_img = srcimg.copy()
|
58 |
+
|
59 |
+
if fps is not None:
|
60 |
+
fps_label = "FPS: %.2f" % fps
|
61 |
+
cv2.putText(res_img, fps_label, (10, 25), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 0, 255), 2)
|
62 |
+
|
63 |
+
for det in dets:
|
64 |
+
box = unletterbox(det[:4], letterbox_scale).astype(np.int32)
|
65 |
+
score = det[-2]
|
66 |
+
cls_id = int(det[-1])
|
67 |
+
|
68 |
+
x0, y0, x1, y1 = box
|
69 |
+
|
70 |
+
text = '{}:{:.1f}%'.format(classes[cls_id], score * 100)
|
71 |
+
font = cv2.FONT_HERSHEY_SIMPLEX
|
72 |
+
txt_size = cv2.getTextSize(text, font, 0.4, 1)[0]
|
73 |
+
cv2.rectangle(res_img, (x0, y0), (x1, y1), (0, 255, 0), 2)
|
74 |
+
cv2.rectangle(res_img, (x0, y0 + 1), (x0 + txt_size[0] + 1, y0 + int(1.5 * txt_size[1])), (255, 255, 255), -1)
|
75 |
+
cv2.putText(res_img, text, (x0, y0 + txt_size[1]), font, 0.4, (0, 0, 0), thickness=1)
|
76 |
+
|
77 |
+
return res_img
|
78 |
+
|
79 |
+
if __name__=='__main__':
|
80 |
+
parser = argparse.ArgumentParser(description='Nanodet inference using OpenCV an contribution by Sri Siddarth Chakaravarthy part of GSOC_2022')
|
81 |
+
parser.add_argument('--input', '-i', type=str, help='Path to the input image. Omit for using default camera.')
|
82 |
+
parser.add_argument('--model', '-m', type=str, default='object_detection_yolox_2022nov.onnx', help="Path to the model")
|
83 |
+
parser.add_argument('--backend', '-b', type=int, default=backends[0], help=help_msg_backends.format(*backends))
|
84 |
+
parser.add_argument('--target', '-t', type=int, default=targets[0], help=help_msg_targets.format(*targets))
|
85 |
+
parser.add_argument('--confidence', default=0.5, type=float, help='Class confidence')
|
86 |
+
parser.add_argument('--nms', default=0.5, type=float, help='Enter nms IOU threshold')
|
87 |
+
parser.add_argument('--obj', default=0.5, type=float, help='Enter object threshold')
|
88 |
+
parser.add_argument('--save', '-s', type=str2bool, default=False, help='Set true to save results. This flag is invalid when using camera.')
|
89 |
+
parser.add_argument('--vis', '-v', type=str2bool, default=True, help='Set true to open a window for result visualization. This flag is invalid when using camera.')
|
90 |
+
args = parser.parse_args()
|
91 |
+
|
92 |
+
model_net = YoloX(modelPath= args.model,
|
93 |
+
confThreshold=args.confidence,
|
94 |
+
nmsThreshold=args.nms,
|
95 |
+
objThreshold=args.obj,
|
96 |
+
backendId=args.backend,
|
97 |
+
targetId=args.target)
|
98 |
+
|
99 |
+
tm = cv2.TickMeter()
|
100 |
+
tm.reset()
|
101 |
+
if args.input is not None:
|
102 |
+
image = cv2.imread(args.input)
|
103 |
+
input_blob = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)
|
104 |
+
input_blob, letterbox_scale = letterbox(input_blob)
|
105 |
+
|
106 |
+
# Inference
|
107 |
+
tm.start()
|
108 |
+
preds = model_net.infer(input_blob)
|
109 |
+
tm.stop()
|
110 |
+
print("Inference time: {:.2f} ms".format(tm.getTimeMilli()))
|
111 |
+
|
112 |
+
img = vis(preds, image, letterbox_scale)
|
113 |
+
|
114 |
+
if args.save:
|
115 |
+
print('Resutls saved to result.jpg\n')
|
116 |
+
cv2.imwrite('result.jpg', img)
|
117 |
+
|
118 |
+
if args.vis:
|
119 |
+
cv2.namedWindow(args.input, cv2.WINDOW_AUTOSIZE)
|
120 |
+
cv2.imshow(args.input, img)
|
121 |
+
cv2.waitKey(0)
|
122 |
+
|
123 |
+
else:
|
124 |
+
print("Press any key to stop video capture")
|
125 |
+
deviceId = 0
|
126 |
+
cap = cv2.VideoCapture(deviceId)
|
127 |
+
|
128 |
+
while cv2.waitKey(1) < 0:
|
129 |
+
hasFrame, frame = cap.read()
|
130 |
+
if not hasFrame:
|
131 |
+
print('No frames grabbed!')
|
132 |
+
break
|
133 |
+
|
134 |
+
input_blob = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
|
135 |
+
input_blob, letterbox_scale = letterbox(input_blob)
|
136 |
+
|
137 |
+
# Inference
|
138 |
+
tm.start()
|
139 |
+
preds = model_net.infer(input_blob)
|
140 |
+
tm.stop()
|
141 |
+
|
142 |
+
img = vis(preds, frame, letterbox_scale, fps=tm.getFPS())
|
143 |
+
|
144 |
+
cv2.imshow("YoloX Demo", img)
|
145 |
+
|
146 |
+
tm.reset()
|