Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add foot keypoints #526

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Add foot keypoints #526

wants to merge 12 commits into from

Conversation

Galaxies99
Copy link

Add the training code & preliminary visualization code of foot keypoints.

@Fang-Haoshu
Copy link
Member

Cool! Thanks Hongjie.

Can you try make the mscoco_foot dataset as an independent module.
I mean, we can have another training script like train_coco_with_foot.py. And have new dataset files. So when I run train.py, it is still training the original 17 keypoints.

@Galaxies99
Copy link
Author

All the codes related to foot keypoints detection have been updated, with suffix '_with_foot' in their names. And most of the codes are changed to the original ones.
Few updates: Update utils/vis.py for visualization and update datasets/__init__.py for more modules of dataset.

@Fang-Haoshu
Copy link
Member

Cool! Can we merge the writer and demo_inference with the original one?

@Galaxies99
Copy link
Author

The visualization codes (original, with_foot) are combined together.

Just changing the parameter format to 'coco_with_foot' in utils/vis.py is able to add foot keypoints visualization.

@yuzhiw
Copy link

yuzhiw commented Aug 6, 2020

请问一下,添加足部关键点可以定制吗,还是只能添加大拇指,小拇指,和脚后跟的关键点呢

@sailyung
Copy link

sailyung commented Aug 7, 2020

请问一下,添加足部关键点可以定制吗,还是只能添加大拇指,小拇指,和脚后跟的关键点呢

这是用的CMU团队额外标注的COCO数据集

@yuzhiw
Copy link

yuzhiw commented Aug 7, 2020 via email

@sailyung
Copy link

sailyung commented Aug 7, 2020

这个Coco数据集在哪下载呢

---Original--- From: "sailyung"<notifications@github.com> Date: Fri, Aug 7, 2020 09:36 AM To: "MVIG-SJTU/AlphaPose"<AlphaPose@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"yuzhiw"<1575195168@qq.com>; Subject: Re: [MVIG-SJTU/AlphaPose] Add foot keypoints (#526) 请问一下,添加足部关键点可以定制吗,还是只能添加大拇指,小拇指,和脚后跟的关键点呢 这是用的CMU团队额外标注的COCO数据集 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

https://cmu-perceptual-computing-lab.github.io/foot_keypoint_dataset/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants