megvii-research / MSPN

Multi-Stage Pose Network
334 stars 63 forks source link

About the result.json file of the mpii #29

Closed mobeixiaoxin closed 3 years ago

mobeixiaoxin commented 3 years ago

I am confused that after after finished running, i can't find the result.json file of the mpii

fenglinglwb commented 3 years ago

If I am not mistaken, the result is only printed on the screen without written in a json file.

mobeixiaoxin notifications@github.com 于2020年10月14日周三 下午10:36写道:

I am confused that after after finished running, i can't find the result.json file of the mpii

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/megvii-detection/MSPN/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4GMAY476CH7ZZ35JTTYNTSKWZNVANCNFSM4SQWJ23Q .

mobeixiaoxin commented 3 years ago

@fenglinglwb First thanks for your replay. I'm sorry, I may have a mistake. I mean, how to visualize the results of keypoints without a JSON file?

fenglinglwb commented 3 years ago

You can use the visualize function in the /MSPN/dataset/COCO/coco.py or /MSPN/dataset/MPII/mpii.py. Hope it helps.

mobeixiaoxin notifications@github.com 于2020年10月15日周四 下午1:40写道:

@fenglinglwb https://github.com/fenglinglwb First thanks for your replay. I'm sorry, I may have a mistake. I mean, how to visualize the results of keypoints without a JSON file?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/megvii-detection/MSPN/issues/29#issuecomment-708910554, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4GMAYRHB4S25XMUO6GKRDSK2DN7ANCNFSM4SQWJ23Q .

mobeixiaoxin commented 3 years ago

Ok, i will have a try, thank you very much.