hellochick / PSPNet-tensorflow

TensorFlow-based implementation of "Pyramid Scene Parsing Network".
326 stars 123 forks source link

InvalidArgumentError (see above for traceback): assertion failed: #44

Closed Leequens closed 6 years ago

Leequens commented 6 years ago

Thank you very much for your code. When I run evaluate.py I get this erro: [labels out of bound] [Condition x < y did not hold element-wise:] [x (mean_iou/confusion_matrix/control_dependency:0) = ] [3 3 3...] [y (mean_iou/ToInt64_1:0) = ] [19]

How can I solve it? Thanks.

huyphongdo commented 5 years ago

I have got the same issued can anyone can solve it ?

zc12345 commented 5 years ago

Thank you very much for your code. When I run evaluate.py I get this erro: [labels out of bound] [Condition x < y did not hold element-wise:] [x (mean_iou/confusion_matrix/control_dependency:0) = ] [3 3 3...] [y (mean_iou/ToInt64_1:0) = ] [19]

How can I solve it? Thanks.

I have got the same InvalidArgumentError, could you tell me how did you solve it ?