ZhaoJ9014 / Multi-Human-Parsing

🔥🔥Official Repository for Multi-Human-Parsing (MHP)🔥🔥
http://lv-mhp.github.io/
MIT License
657 stars 103 forks source link

Problem with net = network() #24

Open ridasalam opened 5 years ago

ridasalam commented 5 years ago

File "/Users/rida/Documents/Virtual Retail/External Repos/Multi-Human-Parsing/Nested_Adversarial_Networks/train_e2e.py", line 437, in net = network() TypeError: init() takes exactly 2 arguments (1 given)

WS-FS commented 5 years ago

I am encountering the same issue except in the output_sample.py file. Is class_num supposed to be None by default? If so I tried to fix it through a default assignment and it didn't work.

XianyuFFF commented 5 years ago

File "/Users/rida/Documents/Virtual Retail/External Repos/Multi-Human-Parsing/Nested_Adversarial_Networks/train_e2e.py", line 437, in net = network() TypeError: init() takes exactly 2 arguments (1 given)

have you solved this problem? what should the value of class_num be?

xinzi2018 commented 3 years ago

i have the same question

snowyrain commented 2 years ago

i have the same question