Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Might be an error?

Sawyer-Wu opened this issue · comments

I found that the last element of 'no_relu_layers' defined in model.bodypose_model is 'Mconv7_stage6_L1'. Is it should be 'Mconv7_stage6_L2'?
{EE0F82F8-5943-47CA-B9DB-8C66FD05C13D}

I have checked it. You are right. Did you run them to check whether there are any differences?

I have checked it. You are right. Did you run them to check whether there are any differences?

I ran demo.py on one image. There seems to be no difference. But I'm not very sure about that.

Thanks a lot, maybe the small negative value would not have many influences on the final results.

Thanks a lot, maybe the small negative value would not have many influences on the final results.

😁