teng commited on
Commit
6252705
·
1 Parent(s): 15a66fe

fix typo (#7)

Browse files

fix(docs): typo named NCNN to ncnn

README.md CHANGED
@@ -156,7 +156,7 @@ python tools/eval.py -n yolox-s -c yolox_s.pth.tar -b 1 -d 1 --conf 0.001 --fp1
156
 
157
  1. [ONNX export and an ONNXRuntime](./demo/ONNXRuntime)
158
  2. [TensorRT in C++ and Python](./demo/TensorRT)
159
- 3. [NCNN in C++ and Java](./demo/ncnn)
160
  4. [OpenVINO in C++ and Python](./demo/OpenVINO)
161
 
162
  ## Cite YOLOX
 
156
 
157
  1. [ONNX export and an ONNXRuntime](./demo/ONNXRuntime)
158
  2. [TensorRT in C++ and Python](./demo/TensorRT)
159
+ 3. [ncnn in C++ and Java](./demo/ncnn)
160
  4. [OpenVINO in C++ and Python](./demo/OpenVINO)
161
 
162
  ## Cite YOLOX
demo/ncnn/android/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # YOLOX-Android-NCNN
2
 
3
- Andoird app of YOLOX object detection base on [NCNN](https://github.com/Tencent/ncnn)
4
 
5
 
6
  ## Tutorial
 
1
+ # YOLOX-Android-ncnn
2
 
3
+ Andoird app of YOLOX object detection base on [ncnn](https://github.com/Tencent/ncnn)
4
 
5
 
6
  ## Tutorial
demo/ncnn/cpp/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # YOLOX-CPP-NCNN
2
 
3
  Cpp file compile of YOLOX object detection base on [ncnn](https://github.com/Tencent/ncnn).
4
 
 
1
+ # YOLOX-CPP-ncnn
2
 
3
  Cpp file compile of YOLOX object detection base on [ncnn](https://github.com/Tencent/ncnn).
4