Open AlkaSaliss opened 3 years ago
Hello Thanks for the awesome code I've tried running the evaluation script using batch size > 1, however there's one assertion that failed in that case , it is line : https://github.com/PeikeLi/Self-Correction-Human-Parsing/blob/eb84c432cc697f494d99662a05f2335eb2f26095/evaluate.py#L202
I printed the content of parsing_preds variable and it seems to contain only len(testloader) elements instead of len(lip_test_dataset). I think something must be broken in the pipeline
parsing_preds
len(testloader)
len(lip_test_dataset)
Hello Thanks for the awesome code I've tried running the evaluation script using batch size > 1, however there's one assertion that failed in that case , it is line : https://github.com/PeikeLi/Self-Correction-Human-Parsing/blob/eb84c432cc697f494d99662a05f2335eb2f26095/evaluate.py#L202
I printed the content of
parsing_preds
variable and it seems to contain onlylen(testloader)
elements instead oflen(lip_test_dataset)
. I think something must be broken in the pipeline