Gaoyiminggithub / Graphonomy

Graphonomy: Universal Human Parsing via Graph Transfer Learning
MIT License
295 stars 68 forks source link

A little question about the code. #11

Closed RoyalVane closed 5 years ago

RoyalVane commented 5 years ago

Thanks for sharing such excellent work! I find the code here looks wired because the source_graph_con3 is never used in the function. I guess that it is a mistake maybe? https://github.com/Gaoyiminggithub/Graphonomy/blob/5e80aa8d09100998a6e8a4b481cbb44f358a2c6a/networks/deeplab_xception_transfer.py#L778

Gaoyiminggithub commented 5 years ago

Hi, thanks for your attention, it is used in here

RoyalVane commented 5 years ago

Thank you for your reply. Here I mean that the convolution function "source_graph3 = self.sourcegraphconv2" should be the "source_graph3 = self.sourcegraphconv3", maybe?

Gaoyiminggithub commented 5 years ago

Hi, thank you for your reply! Yes, it should be the "source_graph3 = self.source_graph_conv3". And I will fix it later.

Gaoyiminggithub commented 5 years ago

I have fixed it. Thanks for your helpful issue.