Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.07k stars 395 forks source link

Might be an error? #62

Closed Sawyer-Wu closed 3 years ago

Sawyer-Wu commented 3 years ago

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}

Hzzone commented 3 years ago

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

Sawyer-Wu commented 3 years ago

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.

Hzzone commented 3 years ago

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

Sawyer-Wu commented 3 years ago

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

😁