ruinmessi commited on
Commit
a1099bb
·
1 Parent(s): 6d06b8c

Add third-party resources (#106)

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -157,6 +157,13 @@ python tools/eval.py -n yolox-s -c yolox_s.pth.tar -b 1 -d 1 --conf 0.001 --fp1
157
  3. [ncnn in C++ and Java](./demo/ncnn)
158
  4. [OpenVINO in C++ and Python](./demo/OpenVINO)
159
 
 
 
 
 
 
 
 
160
  ## Cite YOLOX
161
  If you use YOLOX in your research, please cite our work by using the following BibTeX entry:
162
 
 
157
  3. [ncnn in C++ and Java](./demo/ncnn)
158
  4. [OpenVINO in C++ and Python](./demo/OpenVINO)
159
 
160
+
161
+ ## Third-party resources
162
+ * The ncnn android app with video support: [ncnn-android-yolox](https://github.com/FeiGeChuanShu/ncnn-android-yolox) from [FeiGeChuanShu](https://github.com/FeiGeChuanShu)
163
+ * YOLOX + ROS2 Foxy: [YOLOX-ROS](https://github.com/Ar-Ray-code/YOLOX-ROS) from [Ar-Ray](https://github.com/Ar-Ray-code)
164
+ * YOLOX Deploy DeepStream: [YOLOX-deepstream](https://github.com/nanmi/YOLOX-deepstream) from [nanmi](https://github.com/nanmi)
165
+ * YOLOX ONNXRuntime C++ Demo: [lite.ai](https://github.com/DefTruth/lite.ai/blob/main/ort/cv/yolox.cpp) from [DefTruth](https://github.com/DefTruth)
166
+
167
  ## Cite YOLOX
168
  If you use YOLOX in your research, please cite our work by using the following BibTeX entry:
169