yeerwen / UniSeg

MICCAI 2023 Paper (Early Acceptance)
Other
174 stars 5 forks source link

pred shape error #29

Closed sharonlee12 closed 4 months ago

sharonlee12 commented 4 months ago

Traceback (most recent call last): File "UniSeg_Metrics_test.py", line 115, in evaluation(root, i) File "UniSeg_Metrics_test.py", line 78, in evaluation assert label.shape == pred.shape, [label.shape, pred.shape] AssertionError: [(512, 512, 60), (498, 498, 300)]

sharonlee12 commented 4 months ago

Does anyone meet this problem?Hope to reveive reply!

yeerwen commented 4 months ago

Your prediction should match the original ground truth, not the resampled version.