deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
How to use our own datasets to get keypoint of person ??
Now, i want to use your trained network to get my keypoint person in our dataset .but i don't know what parts we should change?
你已经运行出来了吗,我出了些问题,方便加一下你,然后帮我看一下吗?
Were you able to obtain desired results? @hacker-wei
Yes,i got what i want key-point data
---Original--- From: "chaurasiat"[email protected] Date: Mon, Jul 22, 2019 10:59 AM To: "leoxiaobin/deep-high-resolution-net.pytorch"[email protected]; Cc: "Mention"[email protected];"wei-li"[email protected]; Subject: Re: [leoxiaobin/deep-high-resolution-net.pytorch] How to use our own datasets to get keypoint of person ?? (#48)
Were you able to obtain desired results? @hacker-wei
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@hacker-wei I have the same question. Please share how did you get keypoints on your own data.
@hacker-wei ,Thanks for your reply,please share the steps required for the same.
well, I also met some problem in testing a single image , can you share how did you do? thank you very much
Also looking for how to input images!!
So how do you use your own images? @hacker-wei
If you convert the annotations for your custom keypoint dataset into COCO format, you can find the way.
I found 2 similar issues. And I will be pleased if my method works. https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/issues/68#issuecomment-549635502
现在,我想使用您训练有素的网络在我们的数据集中获取我的关键人物。但我不知道我们应该更改哪些部分?
你好,麻烦问一下,你自己的数据集是用什么软件标注的?能否分享一下json转COCO格式的代码吗,想和您交流一下