semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

Align the index between pred and csv

Open Adolfhill opened this issue 1 year ago • 0 comments

the index of object150_info.csv start from 1, but pred start from 0. So it should be names[int(row[0]) - 1] instead of names[int(row[0])]

Adolfhill avatar Jan 15 '24 14:01 Adolfhill