Closed sharonlee12 closed 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)]
Does anyone meet this problem?Hope to reveive reply!
Your prediction should match the original ground truth, not the resampled version.
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)]