MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
8.06k stars 1.98k forks source link

指标计算 #307

Closed chenxp106 closed 5 years ago

chenxp106 commented 5 years ago

您好,请问论文中的map指标是怎么算出来的,是调用eval.py文件吗?

KCHENPENGFEI commented 5 years ago

evaluation.py里面有getmap函数

chenxp106 commented 5 years ago

ok,thanks

chenxp106 commented 5 years ago

在哪里能下载文件 test-dev.h5?

KCHENPENGFEI commented 5 years ago

@chenxp106 他们没有提供,我自己做了一个

chenxp106 commented 5 years ago

@KCHENPENGFEI 能提供一下连接地址吗,谢谢啦

KCHENPENGFEI commented 5 years ago

你留我一个邮箱吧

chenxp106 commented 5 years ago

@KCHENPENGFEI chenxp106@163.com 非常感谢

oujieww commented 5 years ago

我想问下,有人计算了作者在这个项目里提供的 “yolov3-spp + duc_se” 的mAP嘛?请问有人自己做过eval嘛?想要知道下mAP

KCHENPENGFEI commented 5 years ago

@oujieww 我做了,我用自己跑的模型,mAP可以达到40多,但是用了PyraNet就很差

oujieww commented 5 years ago

@KCHENPENGFEI 你没有试过作者给的这一整套的“yolov3-spp + duc_se” 的mAP嘛?

KCHENPENGFEI commented 5 years ago

@oujieww spp不就是duc_se么?我用的yolov3检测出人的bbox,然后放到due_se模型去跑了

GuoHaiYang123 commented 5 years ago

test-dev.h5能不能也给我发一份,我的邮箱2423419980@qq.com @KCHENPENGFEI @chenxp106 ,十分感谢

nickshawn commented 5 years ago

同求test-dev.h5,方便的话,也请给我发一份 @KCHENPENGFEI @chenxp106 ,万分感谢!邮箱:xiaolei199311@126.com

yangyuke001 commented 5 years ago

@KCHENPENGFEI 请给我邮箱:yangyuke001@126.com 发一份test-dev.h5,万分感谢!

lizhen2017 commented 4 years ago

@KCHENPENGFEI 您好, 可以发我下test-dev.h5这个文件吗?另外需要下载test2017的image是是吗? 我的邮箱是2650603045@qq.com。先谢谢了。

alohays commented 4 years ago

@KCHENPENGFEI 您好, 可以发我下test-dev.h5这个文件吗? 我的邮箱是 swack9751@korea.ac.kr。先谢谢了。

Fang-Haoshu commented 4 years ago

remove

alohays commented 4 years ago

Thank you very much!

I'll check it out.

2019년 12월 13일 (금) 오후 6:16, Fred Fang notifications@github.com님이 작성:

https://drive.google.com/file/d/0BxORzoJl8N9PRy1ISnF0WnljLXRtNkFscmVfNDI4R0ptc04w/view?usp=drive_web Can you check if it works?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MVIG-SJTU/AlphaPose/issues/307?email_source=notifications&email_token=AD433UCYGXCW5E4EURZDQKTQYNHHNA5CNFSM4HC4FBQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGZMNDI#issuecomment-565364365, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD433UFHWKBD6FBVYGVPYCTQYNHHNANCNFSM4HC4FBQQ .

chenxp106 commented 4 years ago

@Fang-Haoshu 你好,昨天发的那份test-dev.h5,我跑了下,用的是作者提供的模型,MAP只有26。问下,你那边能跑多少

yangyuke001 commented 4 years ago

@Fang-Haoshu @chenxp106 这个test-dev.h5里的人形个数为12176,而同目录下的test-dev_images.txt里面的人形个数为11916,相差260个,所以很可能:这两个文件是不匹配的。作者方便的话麻烦确认一下。

error: /train_sppe/src/predict/annot/coco_minival.py", line 32 ssert len(self.images) == self.annot['xmin'].shape[0]

alohays commented 4 years ago

@Fang-Haoshu @chenxp106 这个test-dev.h5里的人形个数为12176,而同目录下的test-dev_images.txt里面的人形个数为11916,相差260个,所以很可能:这两个文件是不匹配的。作者方便的话麻烦确认一下。

error: /train_sppe/src/predict/annot/coco_minival.py", line 32 ssert len(self.images) == self.annot['xmin'].shape[0]

I have the same error. len(self.images) : 11916 self.annot['xmin'].shape[0] : 12176

Fang-Haoshu commented 4 years ago

Sorry guys. Seems the file is not correct. https://drive.google.com/open?id=0BxORzoJl8N9PSTB2QWZBSUMxS1huc290VFZxOW9NZmhydHZr You can use this one and replace the whole folder

Fang-Haoshu commented 4 years ago

Thanks Yuke @yangyuke001 @chenxp106