Commit 2e2735f 1 parent 8763ee8 commit 2e2735f Copy full SHA for 2e2735f
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ Please refer to [quick_start.md](docs/source/quick_start.md) for quick start. We
64
64
65
65
* [ self-supervised learning] ( docs/source/tutorials/ssl.md )
66
66
* [ image classification] ( docs/source/tutorials/cls.md )
67
- * [ object detection with yolox] ( docs/source/tutorials/yolox.md )
67
+ * [ object detection with yolox-pai ] ( docs/source/tutorials/yolox.md )
68
68
* [ model compression with yolox] ( docs/source/tutorials/compression.md )
69
69
* [ metric learning] ( docs/source/tutorials/metric_learning.md )
70
70
* [ torchacc] ( docs/source/tutorials/torchacc.md )
71
71
72
72
notebook
73
73
* [ self-supervised learning] ( docs/source/tutorials/EasyCV图像自监督训练-MAE.ipynb )
74
74
* [ image classification] ( docs/source/tutorials/EasyCV图像分类resnet50.ipynb )
75
- * [ object detection with yolox] ( docs/source/tutorials/EasyCV图像检测YoloX.ipynb )
75
+ * [ object detection with yolox-pai ] ( docs/source/tutorials/EasyCV图像检测YoloX.ipynb )
76
76
* [ metric learning] ( docs/source/tutorials/EasyCV度量学习resnet50.ipynb )
77
77
78
78
@@ -140,6 +140,7 @@ notebook
140
140
<ul>
141
141
<li><a href="configs/detection/fcos">FCOS (ICCV'2019)</a></li>
142
142
<li><a href="configs/detection/yolox">YOLOX (ArXiv'2021)</a></li>
143
+ <li><a href="configs/detection/yolox">YOLOX-PAI (ArXiv'2022)</a></li>
143
144
<li><a href="configs/detection/detr">DETR (ECCV'2020)</a></li>
144
145
<li><a href="configs/detection/dab_detr">DAB-DETR (ICLR'2022)</a></li>
145
146
<li><a href="configs/detection/dab_detr">DN-DETR (CVPR'2022)</a></li>
Original file line number Diff line number Diff line change 22
22
23
23
EasyCV是一个涵盖多个领域的基于Pytorch的计算机视觉工具箱,聚焦自监督学习和视觉transformer关键技术,覆盖主流的视觉建模任务例如图像分类,度量学习,目标检测,关键点检测等。
24
24
25
+ [ 🔥 Latest News] 近期我们开源了YOLOX-PAI,在40-50mAP(推理速度小于1ms)范围内达到了业界的SOTA水平。同时EasyCV提供了一套简洁高效的模型导出和预测接口,供用户快速完成端到端的图像检测任务。如果你想快速了解YOLOX-PAI, 点击 [ 这里] ( docs/source/tutorials/yolox.md ) !
26
+
25
27
### 核心特性
26
28
27
29
- ** SOTA 自监督算法**
@@ -61,7 +63,7 @@ EasyCV是一个涵盖多个领域的基于Pytorch的计算机视觉工具箱,
61
63
62
64
* [ 自监督学习教程] ( docs/source/tutorials/ssl.md )
63
65
* [ 图像分类教程] ( docs/source/tutorials/cls.md )
64
- * [ 使用YOLOX进行物体检测教程 ] ( docs/source/tutorials/yolox.md )
66
+ * [ 使用YOLOX-PAI进行物体检测教程 ] ( docs/source/tutorials/yolox.md )
65
67
* [ YOLOX模型压缩教程] ( docs/source/tutorials/compression.md )
66
68
* [ torchacc] ( docs/source/tutorials/torchacc.md )
67
69
@@ -129,6 +131,7 @@ EasyCV是一个涵盖多个领域的基于Pytorch的计算机视觉工具箱,
129
131
<ul>
130
132
<li><a href="configs/detection/fcos">FCOS (ICCV'2019)</a></li>
131
133
<li><a href="configs/detection/yolox">YOLOX (ArXiv'2021)</a></li>
134
+ <li><a href="configs/detection/yolox">YOLOX-PAI (ArXiv'2022)</a></li>
132
135
<li><a href="configs/detection/detr">DETR (ECCV'2020)</a></li>
133
136
<li><a href="configs/detection/dab_detr">DAB-DETR (ICLR'2022)</a></li>
134
137
<li><a href="configs/detection/dab_detr">DN-DETR (CVPR'2022)</a></li>
You can’t perform that action at this time.
0 commit comments