diff --git a/configs/keypoint/README.md b/configs/keypoint/README.md index 6db5b975d601ab2da2e7a516142e361daabec53f..771706d3bba4a205fad8261bfc26cf8d4df0f540 100644 --- a/configs/keypoint/README.md +++ b/configs/keypoint/README.md @@ -208,7 +208,7 @@ upper_body_ids: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] #上半身对应关键点i #### 3、数据准备注意 - 训练数据请按coco数据格式处理。需要包括关键点[Nx3]、检测框[N]标注。 -- 请注意area>0,area=0时数据会被过滤掉。 +- 请注意area>0,area=0时数据在训练时会被过滤掉。此外,由于COCO的评估机制,area较小的数据在评估时也会被过滤掉,我们建议在自定义数据时取`area = bbox_w * bbox_h`。 如有遗漏,欢迎反馈 diff --git a/configs/keypoint/README_en.md b/configs/keypoint/README_en.md index 486d0d4ab5633b7180edf6a44bbc4a39ffb338a2..75881a979b8aefd0f359cbc2be82bffb7ce6a789 100644 --- a/configs/keypoint/README_en.md +++ b/configs/keypoint/README_en.md @@ -214,7 +214,7 @@ For more configs, please refer to [KeyPointConfigGuide](../../docs/tutorials/Key #### 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. -- 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