提交 a653cc4c 编写于 作者: Z zoooo0820 提交者: zhiboniu

more tip for training custimized dataset, test=document_fix

上级 6f581cc7
...@@ -208,7 +208,7 @@ upper_body_ids: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] #上半身对应关键点i ...@@ -208,7 +208,7 @@ upper_body_ids: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] #上半身对应关键点i
#### 3、数据准备注意 #### 3、数据准备注意
- 训练数据请按coco数据格式处理。需要包括关键点[Nx3]、检测框[N]标注。 - 训练数据请按coco数据格式处理。需要包括关键点[Nx3]、检测框[N]标注。
- 请注意area>0,area=0时数据会被过滤掉 - 请注意area>0,area=0时数据在训练时会被过滤掉。此外,由于COCO的评估机制,area较小的数据在评估时也会被过滤掉,我们建议在自定义数据时取`area = bbox_w * bbox_h`
如有遗漏,欢迎反馈 如有遗漏,欢迎反馈
......
...@@ -214,7 +214,7 @@ For more configs, please refer to [KeyPointConfigGuide](../../docs/tutorials/Key ...@@ -214,7 +214,7 @@ For more configs, please refer to [KeyPointConfigGuide](../../docs/tutorials/Key
#### 3、Note for data preparation #### 3、Note for data preparation
- The data should has the same format as Coco data, and the keypoints(Nx3) and bbox(N) should be annotated. - The data should has the same format as Coco data, and the keypoints(Nx3) and bbox(N) should be annotated.
- please set "area">0 in annotations files otherwise it will be skiped while training. - please set "area">0 in annotations files otherwise it will be skiped while training. Moreover, due to the evaluation mechanism of COCO, the data with small area may also be filtered out during evaluation. We recommend to set `area = bbox_w * bbox_h` when customizing your dataset.
## BenchMark ## BenchMark
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册