Skip to content

Commit

Permalink
add docs zh-CN tutorial2
Browse files Browse the repository at this point in the history
  • Loading branch information
luminxu committed Jul 22, 2021
1 parent 7506596 commit 4b81396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs_zh-CN/tutorials/2_new_dataset.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 教程 2: 增加新的数据集

## 通过重组数据来自定义数据集
## 通过组织数据格式来自定义数据集

### 将数据集重新组织为现有格式
### 将数据集组织为现有格式

使用自定义数据集最简单的方法是将其转换为现有的COCO数据集格式。

Expand Down Expand Up @@ -64,7 +64,7 @@ Json文件中必须包含以下三个关键字:

在数据预处理完成后,用户需要修改配置文件以使用该数据集。

`configs/my_custom_config.py`
`configs/my_custom_config.py` 文件中,需要进行如下修改

```python
...
Expand Down

0 comments on commit 4b81396

Please sign in to comment.