Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
7b5eac1a
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
大约 1 年 前同步成功
通知
115
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
7b5eac1a
编写于
6月 14, 2022
作者:
G
gaotingquan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
doc: add en doc
上级
b459f73f
变更
6
展开全部
隐藏空白更改
内联
并排
Showing
6 changed file
with
936 addition
and
3 deletion
+936
-3
README_en.md
README_en.md
+8
-0
docs/en/PULC/PULC_car_exists_en.md
docs/en/PULC/PULC_car_exists_en.md
+457
-0
docs/en/PULC/PULC_person_exists_en.md
docs/en/PULC/PULC_person_exists_en.md
+1
-1
docs/en/PULC/PULC_text_image_orientation_en.md
docs/en/PULC/PULC_text_image_orientation_en.md
+469
-0
docs/en/PULC/PULC_traffic_sign_en.md
docs/en/PULC/PULC_traffic_sign_en.md
+0
-1
docs/zh_CN/PULC/PULC_car_exists.md
docs/zh_CN/PULC/PULC_car_exists.md
+1
-1
未找到文件。
README_en.md
浏览文件 @
7b5eac1a
...
@@ -62,6 +62,14 @@ Quick experience of **P**ractical **U**ltra **L**ight-weight image **C**lassific
...
@@ -62,6 +62,14 @@ Quick experience of **P**ractical **U**ltra **L**ight-weight image **C**lassific
-
[
PULC Quick Start
](
docs/en/PULC/PULC_quickstart_en.md
)
-
[
PULC Quick Start
](
docs/en/PULC/PULC_quickstart_en.md
)
-
[
PULC Model Zoo
](
docs/en/PULC/PULC_model_list_en.md
)
-
[
PULC Model Zoo
](
docs/en/PULC/PULC_model_list_en.md
)
-
[
PULC Classification Model of Someone or Nobody
](
docs/en/PULC/PULC_person_exists_en.md
)
-
[
PULC Classification Model of Someone or Nobody
](
docs/en/PULC/PULC_person_exists_en.md
)
-
[
PULC Classification Model of Person Attribute
](
docs/en/PULC/PULC_person_attribute_en.md
)
-
[
PULC Classification Model of Wearing or Unwearing Safety Helmet
](
docs/en/PULC/PULC_safety_helmet_en.md
)
-
[
PULC Classification Model of Traffic Sing
](
docs/en/PULC/PULC_traffic_sign_en.md
)
-
[
PULC Classification Model of Vehicle Attribute
](
docs/en/PULC/PULC_vehicle_attribute_en.md
)
-
[
PULC Classification Model of Containing or Uncontaining Car
](
docs/en/PULC/PULC_car_exists_en.md
)
-
[
PULC Classification Model of Text Image Orientation
](
docs/en/PULC/PULC_text_image_orientation_en.md
)
-
[
PULC Classification Model of Textline Orientation
](
docs/en/PULC/PULC_textline_orientation_en.md
)
-
[
PULC Classification Model of Language
](
docs/en/PULC/PULC_language_classification_en.md
)
-
[
Quick Start of Recognition
](
./docs/en/tutorials/quick_start_recognition_en.md
)
-
[
Quick Start of Recognition
](
./docs/en/tutorials/quick_start_recognition_en.md
)
-
[
Quick Start of Recognition
](
./docs/en/quick_start/quick_start_recognition_en.md
)
-
[
Quick Start of Recognition
](
./docs/en/quick_start/quick_start_recognition_en.md
)
-
[
Introduction to Image Recognition Systems
](
#Introduction_to_Image_Recognition_Systems
)
-
[
Introduction to Image Recognition Systems
](
#Introduction_to_Image_Recognition_Systems
)
...
...
docs/en/PULC/PULC_car_exists_en.md
0 → 100644
浏览文件 @
7b5eac1a
此差异已折叠。
点击以展开。
docs/en/PULC/PULC_person_exists_en.md
浏览文件 @
7b5eac1a
...
@@ -390,7 +390,7 @@ Return the directory `deploy`:
...
@@ -390,7 +390,7 @@ Return the directory `deploy`:
cd ../
cd ../
```
```
Run the following command to classify whether there are human in the image
`./images/PULC/person_exists/objects365_02035329.jpg`
.
Run the following command to classify whether there are human
s
in the image
`./images/PULC/person_exists/objects365_02035329.jpg`
.
```
shell
```
shell
# Use the following command to predict with GPU.
# Use the following command to predict with GPU.
...
...
docs/en/PULC/PULC_text_image_orientation_en.md
0 → 100644
浏览文件 @
7b5eac1a
此差异已折叠。
点击以展开。
docs/en/PULC/PULC_traffic_sign_en.md
浏览文件 @
7b5eac1a
...
@@ -182,7 +182,6 @@ Some image of the processed dataset is as follows:
...
@@ -182,7 +182,6 @@ Some image of the processed dataset is as follows:
You can also download the data processed directly. And the process script file
`deal.py`
is also included.
You can also download the data processed directly. And the process script file
`deal.py`
is also included.
```
```
cd path_to_PaddleClas
cd path_to_PaddleClas
```
```
...
...
docs/zh_CN/PULC/PULC_car_exists.md
浏览文件 @
7b5eac1a
...
@@ -150,7 +150,7 @@ print(next(result))
...
@@ -150,7 +150,7 @@ print(next(result))
#### 3.2.1 数据集来源
#### 3.2.1 数据集来源
本案例中所使用的所有数据集均为开源数据,
`train`
和
`val`
集合均为
[
Objects365 数据
](
https://www.objects365.org/overview.html
)
的
训练集的
子集,
`ImageNet_val`
为
[
ImageNet-1k 数据
](
https://www.image-net.org/
)
的验证集。
本案例中所使用的所有数据集均为开源数据,
`train`
和
`val`
集合均为
[
Objects365 数据
](
https://www.objects365.org/overview.html
)
的子集,
`ImageNet_val`
为
[
ImageNet-1k 数据
](
https://www.image-net.org/
)
的验证集。
<a
name=
"3.2.2"
></a>
<a
name=
"3.2.2"
></a>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录