Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
8001052a
P
PaddleDetection
项目概览
s920243400
/
PaddleDetection
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleDetection
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
8001052a
编写于
1月 13, 2023
作者:
T
thinkthinking
提交者:
GitHub
1月 13, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[Docs]add yolov8, few-shot learning (#7620)
上级
607c64ce
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
9 addition
and
3 deletion
+9
-3
README_cn.md
README_cn.md
+9
-3
未找到文件。
README_cn.md
浏览文件 @
8001052a
...
...
@@ -74,7 +74,7 @@ PaddleDetection整理工业、农业、林业、交通、医疗、金融、能
-
发布行人分析工具
[
PP-Human v2
](
./deploy/pipeline
)
,新增打架、打电话、抽烟、闯入四大行为识别,底层算法性能升级,覆盖行人检测、跟踪、属性三类核心算法能力,提供保姆级全流程开发及模型优化策略,支持在线视频流输入
-
首次发布
[
PP-Vehicle
](
./deploy/pipeline
)
,提供车牌识别、车辆属性分析(颜色、车型)、车流量统计以及违章检测四大功能,兼容图片、在线视频流、视频输入,提供完善的二次开发文档教程
-
[
📱模型库
](
#模型库
)
:
-
全面覆盖的
[
YOLO家族
](
https://github.com/PaddlePaddle/PaddleYOLO/tree/develop/docs/MODEL_ZOO_cn.md
)
经典与最新算法模型的代码库
[
PaddleYOLO
](
https://github.com/PaddlePaddle/PaddleYOLO
)
: 包括YOLOv3,百度飞桨自研的实时高精度目标检测模型PP-YOLOE,以及前沿检测算法YOLOv4、YOLOv5、YOLOX,YOLOv6
及YOLOv7
-
全面覆盖的
[
YOLO家族
](
https://github.com/PaddlePaddle/PaddleYOLO/tree/develop/docs/MODEL_ZOO_cn.md
)
经典与最新算法模型的代码库
[
PaddleYOLO
](
https://github.com/PaddlePaddle/PaddleYOLO
)
: 包括YOLOv3,百度飞桨自研的实时高精度目标检测模型PP-YOLOE,以及前沿检测算法YOLOv4、YOLOv5、YOLOX,YOLOv6
、YOLOv7以及YOLOv8
-
新增基于
[
ViT
](
configs/vitdet
)
骨干网络高精度检测模型,COCO数据集精度达到55.7% mAP;新增
[
OC-SORT
](
configs/mot/ocsort
)
多目标跟踪模型;新增
[
ConvNeXt
](
configs/convnext
)
骨干网络
-
[
💡产业实践范例
](
#产业实践范例
)
:
-
新增
[
智能健身
](
https://aistudio.baidu.com/aistudio/projectdetail/4385813
)
、
[
打架识别
](
https://aistudio.baidu.com/aistudio/projectdetail/4086987?channelType=0&channel=0
)
、
[
来客分析
](
https://aistudio.baidu.com/aistudio/projectdetail/4230123?channelType=0&channel=0
)
...
...
@@ -83,7 +83,9 @@ PaddleDetection整理工业、农业、林业、交通、医疗、金融、能
位于
[
`develop`
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop
)
分支,体验最新功能请切换到
[
该分支
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop
)
,最近更新:
-
[
📱模型库
](
#模型库
)
:
-
新增
[
少样本迁移学习
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/few-shot
)
;
-
新增
[
半监督检测模型
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/semi_det
)
;
-
新增
[
YOLOv8
](
https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8
)
;
-
[
🎗️产业特色模型|产业工具
](
#️产业特色模型产业工具-1
)
:
-
发布
**旋转框检测模型**
[
PP-YOLOE-R
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/rotate/ppyoloe_r
)
:Anchor-free旋转框检测SOTA模型,精度速度双高、云边一体,s/m/l/x四个模型适配不用算力硬件、部署友好,避免使用特殊算子,能够轻松使用TensorRT加速;
-
发布
**小目标检测模型**
[
PP-YOLOE-SOD
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/smalldet
)
:基于切图的端到端检测方案、基于原图的检测模型,精度达VisDrone开源最优;
...
...
@@ -109,6 +111,9 @@ PaddleDetection整理工业、农业、林业、交通、医疗、金融、能
-
**🎈社区近期活动**
-
**少目标迁移学习专题**
-
`文章传送门`
:
[
囿于数据少?泛化性差?PaddleDetection少样本迁移学习助你一键突围!
](
https://mp.weixin.qq.com/s/dFEQoxSzVCOaWVZPb3N7WA
)
-
**⚽️2022卡塔尔世界杯专题**
-
`文章传送门`
:
[
世界杯决赛号角吹响!趁周末来搭一套足球3D+AI量化分析系统吧!
](
https://mp.weixin.qq.com/s/koJxjWDPBOlqgI-98UsfKQ
)
...
...
@@ -124,7 +129,7 @@ PaddleDetection整理工业、农业、林业、交通、医疗、金融、能
<img
src=
"https://user-images.githubusercontent.com/61035602/208037368-5b9f01f7-afd9-46d8-bc80-271ccb5db7bb.png"
height =
"220"
caption=
''
/>
<p></p>
</div>
-
**🎊YOLO Vision世界学术交流大会**
-
**PaddleDetection**
受邀参与首个以
**YOLO为主题**
的
**YOLO-VISION**
世界大会,与全球AI领先开发者学习交流。
-
`活动链接传送门`
:
[
YOLO-VISION
](
https://ultralytics.com/yolo-vision
)
...
...
@@ -350,7 +355,8 @@ PaddleDetection整理工业、农业、林业、交通、医疗、金融、能
<li><a
href=
"https://github.com/PaddlePaddle/PaddleYOLO"
>
YOLOX
</a></li>
<li><a
href=
"https://github.com/PaddlePaddle/PaddleYOLO"
>
YOLOv6
</a></li>
<li><a
href=
"https://github.com/PaddlePaddle/PaddleYOLO"
>
YOLOv7
</a></li>
<li><a
href=
"https://github.com/PaddlePaddle/PaddleYOLO"
>
RTMDet
</a></li>
<li><a
href=
"https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8"
>
YOLOv8
</a></li>
<li><a
href=
"https://github.com/PaddlePaddle/PaddleYOLO"
>
RTMDet
</a></li>
<li><a
href=
"configs/ppyolo/README_cn.md"
>
PP-YOLO
</a></li>
<li><a
href=
"configs/ppyolo#pp-yolo-tiny"
>
PP-YOLO-Tiny
</a></li>
<li><a
href=
"configs/picodet"
>
PP-PicoDet
</a></li>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录