We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear usuyama, I don't the mean of is_ref in the code of ref_only_df = train_df[train_df['is_ref']]. Can you tell me the reason? Thank you!
The text was updated successfully, but these errors were encountered:
@Cauchy-Fan Thank you for trying our benchmark.
The is_ref column in train_df DataFrame is boolean, so we're keeping only reference images in ref_only_df
is_ref
train_df
ref_only_df
Let me know if you have any questions.
Sorry, something went wrong.
No branches or pull requests
Dear usuyama,
I don't the mean of is_ref in the code of ref_only_df = train_df[train_df['is_ref']]. Can you tell me the reason?
Thank you!
The text was updated successfully, but these errors were encountered: