bharat-b7 / MultiGarmentNetwork

Repo for "Multi-Garment Net: Learning to Dress 3D People from Images, ICCV'19"
282 stars 65 forks source link

Unable to run test_network.py getting dimension error? #5

Closed ZhiRuoo closed 4 years ago

ZhiRuoo commented 4 years ago

Hi @bharat-b7 , thanks for sharing awesome code. I am getting the following error when running test_network.py while loading the model.

ValueError: Argument must be a dense tensor: [array([255, 255, 255]), array([65, 0, 65]), array([ 0, 65, 65]), array([145, 65, 0]), array([145, 0, 65]), array([ 0, 145, 65])] - got shape [6, 3], but wanted [6]

Pls help....! Thanks in advance

bharat-b7 commented 4 years ago

Hi, I'm unable to reproduce you error. Could you provide more details?