-
Notifications
You must be signed in to change notification settings - Fork 136
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
How to visualize the output ? #17
Comments
you can try somethinig like this:
|
Hi, |
In this project you dont have box ouputs so you can comment the corresponding lines. |
Hey! I tried this method but was unfortunate to not get the visualization. Did you get them? |
Hi! |
Have you solved the problem? |
Yeah I did get them. |
@manansaxena @sanshibayuan @ankitsharma07 @Xuan-YE @asmallcodedog |
Did you set the values of the four field "area", "segmentation", "bbox", "iscrowd" to be None or simply not having them in the input annotations? Did you specify the "category_id" on creating the data ? |
我在网上找到了一个可以可视化结果的方法,效果还可以,如果自己的照片关键点准确的话,结果应该还是可以的------------------ 原始邮件 ------------------
发件人: "Zui Chen"<[email protected]>
发送时间: 2019年10月30日(星期三) 上午6:03
收件人: "liruilong940607/Pose2Seg"<[email protected]>;
抄送: "asmallcodedog"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [liruilong940607/Pose2Seg] How to visualize the output ? (#17)
Yeah I did get them.
I multiplied the masks with the images before the encoding process.
But the results that I got were really poor and mostly incorrect.
The visualization is correct but to run this model on wild images a lot of modifications are required.
And it's difficult to tell which one is making this happen ...
Did you set the values of the four field "area", "segmentation", "bbox", "iscrowd" to be None or simply not having them in the input annotations? Did you specify the "category_id" on creating the data ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I left them blank. Yes i did specify the category id - it should be the same as we are trying to detect skeleton/human in all images |
So basically you did like |
Hi,
I am getting the segmentation output after running the test.py file on my in the wild images.
output -
{"image_id": 6, "category_id": 1, "score": 1.0, "segmentation": {"size": [720, 1280], "counts": "obh`01^f02N2OLiYO0\f0000kUW;"}
How are we supposed to visualize this ?
The text was updated successfully, but these errors were encountered: