Fred Fang

Results 98 comments of Fred Fang

Hi, I have a script to generate stacked hourglass in caffe, do you need it?

Hi Here is the script:https://drive.google.com/open?id=0BxORzoJl8N9PS0lHbFJHLWQ2RVJ1blRtYmI4b0ZpUVJMRWRZ. The caffe version is here: https://github.com/Fang-Haoshu/RMPE Place it under examples/rmpe/ and run the script from $RMPE_root Currently the input format is bbox format, I also...

Hi 1. In fact there are two version of Stacked hourglass. My implementation is V1 and later Newell update the second version. The performance of V1 is 89.7mAP on MPII....

As far as I can see, there is no problem with the network structure... Maybe you can try to init all the conv with xavier

Oh yes, the official BN layer is not that perfect:)

Hi Anshan, Did you try the prototxt attached by lxltaibo in this issue and also change the BN version?

@AnshanTJU For the caffe prototxt, that's a 2 stack version. You can try to extend it to the 8 stack version

@AnshanTJU For torch, yes, it's for 8 stacked hourglass

Hi, The code I used is messy. For your convenience, I calculate the 'mu' and 'std' for all the boxes and can be used as an alternative. xmin[i] = upLeft[1]+torch.normal(-0.0142,0.1158)*width...