-
Notifications
You must be signed in to change notification settings - Fork 63
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
Accept submission meta attributes in evalai submit command #305
Comments
@Ram81 could you please assign me this issue. I am just fixing all the issues in open PRs right now. 1 of them is merged. 2 PR are open which I'll fix just now. Otherwise, please assign this to me when I am able to get those merged |
@burnerlee Sure, you can go through the evalai-cli codebase meanwhile and set it up on your local machine. @RishabhJain2018 can we assign this issue to @burnerlee. |
@Ram81 @RishabhJain2018 can't log in in the project in terminal using |
|
Hey @burnerlee , Please change the host to |
yeah! works. Thank you. Should I add this in the readme as well? @RishabhJain2018 |
Yes, would be good to add. Thanks! |
@RishabhJain2018 @Ram81, I was looking for an API to fetch the |
Also each |
@burnerlee
We already have an API to get challenge phase details using challenge phase id. You can find it here |
oh! thank you so much. Also, would the default and non-default attributes be different in the backend? or would I have to add a check to remove the duplication of attributes? |
Also, there are no |
They're different you don't have to check for duplicates.
You can create a challenge to use it for testing and understanding how it works. To create a challenge go to https://github.com/Cloud-CV/EvalAI-starters and clone it. After cloning just do |
oh thanks! this would do |
@burnerlee any update on this task? |
Yes @Ram81 , already made the PR. @RishabhJain2018 asked for your review on the PR. Waiting for the same |
#315 made a day before yesterday, will now work on cyclic import issue |
@burnerlee left some comments on the PR |
…om CLI(#315) * Allow users to add submission metadata from cli * change error message on wrong answer format * fix flake issues * fix code formatting and variable names * fix minor code formatting issue * add feature to leave non-required fields empty * Change message format to ask for user inputs * Integrate attribute submission in setup test * fix flake issues * fix camel case to snake case
Description
Currently, when a participant makes a submission using
evalai-cli
they can't passsubmission_meta_attributes
from cli. The submit command should allow the participant to enter all thesubmission_meta_attributes
fields when making a submission using evalai cli.Approach
submission_meta_attributes
ask participant to enter the fields.submission_meta_attributes
when makingsubmission
API callThe text was updated successfully, but these errors were encountered: