AlphaPose icon indicating copy to clipboard operation
AlphaPose copied to clipboard

FastSEResNet and DUC layer

Open 7oud opened this issue 5 years ago • 5 comments

I found AlphaPose is totally different from RMPE, it is faster and more accurate but without the key features of SSTN, Parallel SPPE and etc. AlphaPose is simpler and the SPPE is use FastSEResNet and DUC layer, could you give the papers where these layers come from? and why they work well?

7oud avatar Nov 29 '19 07:11 7oud

Hi, thanks for your interest. In fact we are about to write the paper, but not yet 😂

Fang-Haoshu avatar Nov 29 '19 11:11 Fang-Haoshu

@Fang-Haoshu I try to train the model using gluoncv code with 1 gpu, but the network didn't converge and val accuracy is quite low, Is the gluoncv version same with this mxnet branch? I found the training data was a little different from gluoncv's,

  • trainval2017 is train2017 + val2017?
  • annot_coco.h5 is the same with annot.h5 in the master branch?
  • why use person_keypoints_val2014.json not 2017?

7oud avatar Dec 03 '19 02:12 7oud

The gluoncv code should work properly. We have worked for a long time on that PR. It's a bit different.

Fang-Haoshu avatar Dec 08 '19 07:12 Fang-Haoshu

Hi, thanks for your interest. In fact we are about to write the paper, but not yet 😂

Just wanted to know whether the paper had been published yet.

gusphak avatar Apr 09 '21 06:04 gusphak

Hello @7oud, did you said that AlphaPose doesn't use SSTN, Parallel SPPE, etc. Do you know the full pipeline of this AlphaPose? What technique does it use? Maybe you can help me? Sorry if bothering you all @Jeff-sjtu @Fang-Haoshu

dekathomas avatar Jun 04 '22 07:06 dekathomas

Hi, the paper is public at http://arxiv.org/abs/2211.03375 Thanks for your interest!

Fang-Haoshu avatar Nov 08 '22 05:11 Fang-Haoshu