Skip to content

Align the index between pred and csv#288

Open
Adolfhill wants to merge 2 commits intoCSAILVision:masterfrom
Adolfhill:master
Open

Align the index between pred and csv#288
Adolfhill wants to merge 2 commits intoCSAILVision:masterfrom
Adolfhill:master

Conversation

@Adolfhill
Copy link

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])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant