Open Adolfhill opened 10 months ago
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])]
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])]