Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

doc(readme): change order to x-y #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you want to follow the script, you need to prepare your data like
- dataset/person_0/labels.txt

And in **labels.txt**, the data format is
`imgs_0.jpg bbox_top_left_y bbox_top_left_x bbox_bot_right_y bbox_bot_right_x joint_0_y joint_0_x joint_1_y joint_1_x ....`
`imgs_0.jpg bbox_top_left_x bbox_top_left_y bbox_bot_right_x bbox_bot_right_y joint_0_x joint_0_y joint_1_x joint_1_y ....`

### Original Training
See **models/nets** for model definition, I take **models/nets/cpm_hand.py** for example.
Expand Down