Skip to content
New issue

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

What is the mean of is_ref #2

Open
Cauchy-Fan opened this issue Nov 3, 2020 · 1 comment
Open

What is the mean of is_ref #2

Cauchy-Fan opened this issue Nov 3, 2020 · 1 comment
Labels
question Further information is requested

Comments

@Cauchy-Fan
Copy link

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!

@usuyama
Copy link
Owner

usuyama commented Nov 4, 2020

@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

Let me know if you have any questions.

@usuyama usuyama added the question Further information is requested label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants