HongYu
commited on
Commit
·
5aa827f
1
Parent(s):
713799a
fix(docs) tiny & nano path (#541)
Browse files- docs/model_zoo.md +2 -2
docs/model_zoo.md
CHANGED
@@ -27,8 +27,8 @@
|
|
27 |
|
28 |
|Model |size |mAP<sup>val<br>0.5:0.95 | Params<br>(M) |FLOPs<br>(G)| weights |
|
29 |
| ------ |:---: | :---: |:---: |:---: | :---: |
|
30 |
-
|[YOLOX-Nano](./exps/default/nano.py) |416 |25.8 | 0.91 |1.08 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/
|
31 |
-
|[YOLOX-Tiny](./exps/default/yolox_tiny.py) |416 |32.8 | 5.06 |6.45 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/
|
32 |
|
33 |
|
34 |
<details>
|
|
|
27 |
|
28 |
|Model |size |mAP<sup>val<br>0.5:0.95 | Params<br>(M) |FLOPs<br>(G)| weights |
|
29 |
| ------ |:---: | :---: |:---: |:---: | :---: |
|
30 |
+
|[YOLOX-Nano](./exps/default/nano.py) |416 |25.8 | 0.91 |1.08 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_nano.pth) |
|
31 |
+
|[YOLOX-Tiny](./exps/default/yolox_tiny.py) |416 |32.8 | 5.06 |6.45 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_tiny.pth) |
|
32 |
|
33 |
|
34 |
<details>
|