- Notifications
You must be signed in to change notification settings - Fork10
Fangyh09/PoseDatasets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
python ai_dataset.pypython coco_dataset.pypython mpii_dataset.pypython lsp_dataset.py
# KEYPOINT_NUM = 10# WIDTH_RATIO = 0.2# HEIGHT_RATIO = 0.3# PERSON_NUM = 10filter_configs = { "c1": [10, 10, 0.2, 0.3], "c2": [10, 13, 0.2, 0.3], "c3": [5, 10, 0.2, 0.3], "c4": [5, 8, 0.2, 0.3], "c5": [8, 10, 0.05, 0.1], "c6": [8, 8, 0.1, 0.15], "c7": [8, 8, 0.3, 0.6]}mode = "c7"
You can use different mode or self-designed mode inimg_filter.py
when judge vis > 0