Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Filter multiple pose datasets (coco, flic, lsp, mpii, ai_challenge)

NotificationsYou must be signed in to change notification settings

Fangyh09/PoseDatasets

Repository files navigation

Usage

python ai_dataset.pypython coco_dataset.pypython mpii_dataset.pypython lsp_dataset.py

Default setting

# 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

MPII data format

AI challenge data format

Attention⚠️

when judge vis > 0

About

Filter multiple pose datasets (coco, flic, lsp, mpii, ai_challenge)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp