Explorar o código

fix copyrights

FlyingQianMM %!s(int64=5) %!d(string=hai) anos
pai
achega
2707e76faf

+ 2 - 2
Applications/HumanSeg/README.md

@@ -1,6 +1,6 @@
 # HumanSeg人像分割模型
 
-本教程基于PaddleSeg核心分割网络,提供针对人像分割场景从预训练模型、Fine-tune、视频分割预测部署的全流程应用指南。
+本教程基于PaddleX核心分割网络,提供针对人像分割场景从预训练模型、Fine-tune、视频分割预测部署的全流程应用指南。
 
 ## 安装
 
@@ -48,7 +48,7 @@ python pretrain_weights/download_pretrain_weights.py
 ```
 
 ## 下载测试数据
-我们提供了[supervise.ly](https://supervise.ly/)发布人像分割数据集**Supervisely Persons**, 从中随机抽取一小部分并转化成PaddleSeg可直接加载数据格式。通过运行以下代码进行快速下载,其中包含手机前置摄像头的人像测试视频`video_test.mp4`.
+我们提供了[supervise.ly](https://supervise.ly/)发布人像分割数据集**Supervisely Persons**, 从中随机抽取一小部分并转化成PaddleX可直接加载数据格式。通过运行以下代码进行快速下载,其中包含手机前置摄像头的人像测试视频`video_test.mp4`.
 
 ```bash
 python data/download_data.py

+ 1 - 1
Applications/HumanSeg/pretrain_weights/download_pretrain_weights.py

@@ -1,5 +1,5 @@
 # coding: utf8
-# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserve.
+# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.