harness_name
stringclasses
56 values
github_repo
stringclasses
59 values
issue_title
stringlengths
1
728
issue_body
stringlengths
0
65k
issue_url
stringlengths
39
77
issue_created_at
int64
1,376B
1,768B
issue_closed_at
int64
1,382B
1,776B
is_related
float64
0
1
stage
float64
0
4
step
stringclasses
3 values
strategy
float64
1
6
root_cause_label
stringclasses
11 values
issue_comments
listlengths
0
76
issue_labels
listlengths
0
9
issue_cross_referenced
listlengths
0
23
EvalAI
Cloud-CV/EvalAI
Unverified Users are able to view all the functionalities in ngx
**Bug Report** - Observed Behaviour Newly signed up users are able to view all the challenge details along with the functionalities like `participant_team`, `host_challenge` and all other functionalities without showing any proper message for verifying the email. - Expected Behaviour Unverified users should be ...
https://github.com/Cloud-CV/EvalAI/issues/2844
1,591,810,312,000
1,594,103,583,000
null
null
null
null
null
[ "Closing this one as this has been resolved through #2866 ." ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Login fails for dafault user
_ - the expected behaviour Login of default user should be successful - the observed behaviour LOgin window keeps mum, doing nothing - steps to reproduce the problem Installed docker and docker-compose utility. and git clone evalAI from master branch. cd evalAI docker-compose up --build It will start servi...
https://github.com/Cloud-CV/EvalAI/issues/2859
1,592,568,111,000
1,593,836,832,000
1
0
B
3
Environment Incompatibility
[ "@samcom12 I am not able to reproduce this issue. Can you please try a fresh install? Please make sure to remove all the EvalAI related docker containers first. ", "Closing this for now. Please feel free to reopen if you still see the issue after retrying based on the above instructions. " ]
null
null
EvalAI
Cloud-CV/EvalAI
Cluster and node group creation should be a background process
After approving the challenge we get 504 Timeout error from nginx <img width="1440" alt="Screenshot 2020-06-27 at 2 35 47 PM" src="https://user-images.githubusercontent.com/12206047/85929523-98159800-b883-11ea-9431-b619627605ac.png">
https://github.com/Cloud-CV/EvalAI/issues/2869
1,593,283,314,000
1,593,289,227,000
1
0
A
null
Architectural Constraint
[]
null
null
EvalAI
Cloud-CV/EvalAI
Check if the cluster is already created for a challenge in database
Complete details for the error: https://sentry.io/share/issue/1c744d1830cd4ead8f1f234be5524920/
https://github.com/Cloud-CV/EvalAI/issues/2870
1,593,283,857,000
null
null
null
null
null
null
[ "Hey does this issue still persist??" ]
[ "bug", "backend" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/2873" ]
EvalAI
Cloud-CV/EvalAI
Send email to EvalAI admin when the EKS cluster creation is completed on AWS
https://github.com/Cloud-CV/EvalAI/issues/2874
1,593,301,468,000
1,595,487,613,000
null
null
null
null
null
[]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/2905" ]
EvalAI
Cloud-CV/EvalAI
Create Apis for Test Environment model
Following apis should be created * get list of all test environments for a particular challenge * create a new test environment * get details about a particular test environment * update(partial also) a particular test environment * delete specific test environment
https://github.com/Cloud-CV/EvalAI/issues/288
1,482,609,974,000
1,483,373,615,000
1
1
A
null
Unimplemented Feature Gap
[ "@TroJan - This issue is resolved completely? \r\nPlease feel free to close this issue if it's complete. ", "For reference, Test Environment model is now ChallengePhase" ]
null
null
EvalAI
Cloud-CV/EvalAI
Add meta attribute validation to challenge_config_validation API.
To Do: - [ ] Add code to validate the submission meta attributes in a challenge, to the `challenge_config_validation` API in `apps/challenges/views.py`
https://github.com/Cloud-CV/EvalAI/issues/2881
1,593,445,998,000
1,599,059,595,000
1
0
B
3
Unimplemented Feature Gap
[ "Done in this PR: https://github.com/Cloud-CV/EvalAI/pull/2965" ]
null
null
EvalAI
Cloud-CV/EvalAI
Add tests for submission meta attributes pipeline.
- [ ] Add test to ensure that from a `challenge_config`, the attributes are being validated correctly and stored in the model field `submission_meta_attributes_scehma`.
https://github.com/Cloud-CV/EvalAI/issues/2882
1,593,447,189,000
null
null
null
null
null
null
[ "I want to work on the same" ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Change the code to handle the simultaneous change in eval_script and test_annotation at the same time.
ToDo: (Minor change.) - [ ] When challenge host uploads a new eval_script and annotation file together, a mail with the appropriate message should be sent. - [ ] Worker(s) should be restarted similar to that in the individual case.
https://github.com/Cloud-CV/EvalAI/issues/2883
1,593,447,379,000
null
1
0
B
3
Unimplemented Feature Gap
[ "@KhalidRmb I would like to work on this issue, but I am unable to find the piece of code where it sends an email after a `PUT` or `PATCH` request in [challenge_detail](https://github.com/Cloud-CV/EvalAI/blob/master/apps/challenges/views.py#L200) function ([Line 222](https://github.com/Cloud-CV/EvalAI/blob/master/a...
null
null
EvalAI
Cloud-CV/EvalAI
Poll to see if the worker container has started while fetching logs.
**Why?** It takes a while to start the worker containers on AWS, and the host may try to submit or expect logs without knowing this. **ToDo:** - [ ] Have a way to indicate on the challenge page/ Manage tab if the worker is running/transitioning/stopped/Non existent.
https://github.com/Cloud-CV/EvalAI/issues/2886
1,593,586,891,000
null
1
0
B
3
Unimplemented Feature Gap
[ "@KhalidRmb This might be helpful here https://boto3.amazonaws.com/v1/documentation/api/1.9.42/reference/services/ecs.html#ECS.Client.get_waiter" ]
null
null
EvalAI
Cloud-CV/EvalAI
Handle the case where log group hasn't been created yet when displaying logs.
It takes about 1.5 minutes for the logs group to get created on Cloudwatch once the workers are started for the first time. And if the host tries to view the logs in this period, they'll get an error message. **ToDo:** - [x] Change the message to something more appropriate, or wait for the creation of log group b...
https://github.com/Cloud-CV/EvalAI/issues/2887
1,593,703,948,000
1,599,153,571,000
1
4
A
5
Validation Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
Delete log group from CloudWatch when a challenge worker is deleted.
https://github.com/Cloud-CV/EvalAI/issues/2889
1,593,713,939,000
1,599,139,169,000
null
null
null
null
null
[]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/2983" ]
EvalAI
Cloud-CV/EvalAI
Fixes in challenge approval email
![Screenshot 2020-07-02 at 2 26 27 PM](https://user-images.githubusercontent.com/12206047/86396512-09808c80-bc70-11ea-8650-e1cb44f97cba.png) The issues in the above email are - - [ ] Demo2 button CSS is not showing up. - [ ] Demo2 button hyperlink is wrong. cc: @Ram81
https://github.com/Cloud-CV/EvalAI/issues/2890
1,593,714,446,000
1,743,092,616,000
null
null
null
null
null
[ "This can be closed since I fixed the template with inline CSS, and the link seems to be working fine with all kinds of env variables while I tested the method.\r\n\r\n<img width=\"1368\" alt=\"Screenshot 2020-07-18 at 1 38 02 AM\" src=\"https://user-images.githubusercontent.com/31621523/87826893-559a1680-c897-11ea...
[]
[]
EvalAI
Cloud-CV/EvalAI
Link doesn't work for email notifying about about worker restart.
<img width="1549" alt="Screenshot 2020-07-03 at 3 42 23 AM" src="https://user-images.githubusercontent.com/31621523/86413611-3e77f800-bcdf-11ea-9534-9cff891cea75.png"> CSS is not rendered in the frontend.
https://github.com/Cloud-CV/EvalAI/issues/2892
1,593,727,980,000
1,595,016,416,000
null
null
null
null
null
[ "Possible solution for CSS: Change to inline in the Email template.", "Closing this since I fixed the template with inline CSS, and the link seems to be working fine with all kinds of env variables when testing.\r\nEarlier problem could have risen out of improper environment variable while testing on staging?" ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Redirect logs from within submission worker in staging/prod to cloudwatch
@RishabhJain2018
https://github.com/Cloud-CV/EvalAI/issues/2894
1,593,792,984,000
1,599,059,747,000
null
null
null
null
null
[ "Closing this. Done here: https://github.com/Cloud-CV/EvalAI/pull/2979" ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Send email to challenge hosts only when the worker reload is complete and successful
**Current Scenario**: Whenever a challenge hosts updates an evaluation script or the test annotation file then the email for reloading is sent to them immediately after the upload of annotations file or the evaluation script file which gives a wrong sense to challenge hosts that the worker is reloaded but actually it i...
https://github.com/Cloud-CV/EvalAI/issues/2898
1,594,093,425,000
null
null
null
null
null
null
[ "Hey, Is the issue still open?" ]
[ "bug", "backend" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/2918" ]
EvalAI
Cloud-CV/EvalAI
Create 404 page for Client side.
Just add a content for 404 and a link for home page of Evalai.
https://github.com/Cloud-CV/EvalAI/issues/290
1,482,677,110,000
1,483,474,188,000
null
null
null
null
null
[ "@aka-jain I will fix it.", "@RishabhJain2018 : Please ask before started working on any issue, it'll be god for managing tasks :)", "@aka-jain sure.", "@RishabhJain2018 : are you still working on it? Let me know please, so that others can work on this.", "@aka-jain Yeah I am working on the issue. I apologi...
[ "enhancement", "GSOC-2019", "easy_to_fix", "frontend" ]
[ "https://github.com/Cloud-CV/EvalAI/issues/249", "https://github.com/Cloud-CV/EvalAI/pull/314", "https://github.com/Cloud-CV/EvalAI/issues/280" ]
EvalAI
Cloud-CV/EvalAI
Frontend V2: Add capability to edit forum URL by the challenge hosts
**Description**: -[ ] The challenge hosts should be able to edit forum URL for their challenge.
https://github.com/Cloud-CV/EvalAI/issues/2900
1,594,097,745,000
1,595,604,543,000
null
null
null
null
null
[]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/2904" ]
EvalAI
Cloud-CV/EvalAI
Stop and delete the challenge workers on AWS automatically when the challenge is un-approved by admin
**Description** The challenge worker on Fargate keeps on running even when the challenge is unapproved by the EvalAI Admin. **Fix** Ideally, when the challenge is unapproved by the admin then the workers on Fargate should be stopped and deleted.
https://github.com/Cloud-CV/EvalAI/issues/2901
1,594,098,061,000
1,596,413,252,000
1
0
A
3
Unimplemented Feature Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
Configuration issue for private local cluster
Hi, I installed EvalAI with docker-compose. Now I'm facing problem to make changes in worker so as to use my own private cluster. How can we configure EvalAI without using AWS credentials?
https://github.com/Cloud-CV/EvalAI/issues/2909
1,594,802,811,000
1,743,092,586,000
1
0
B
3
Documentation Deficiency
[ "Closing this since it is a very old issue." ]
null
null
EvalAI
Cloud-CV/EvalAI
Refactor aws_keys initialization.
Wherever aws keys are used in the codebase, change it for the keys to be loaded from a method in `base/utils.py`
https://github.com/Cloud-CV/EvalAI/issues/2916
1,595,240,586,000
null
1
0
B
2
Architectural Constraint
[ "I would like to work on it but can you guide me a little more?", "@KhalidRmb is this issue still open ?\r\n", "Hey @codeboy5 , Yes this is still open!", "Then i would like to take it up ! \r\nThanks", "Also can you point to place where aws keys are currently loaded ?", "Here is the method which should be...
null
null
EvalAI
Cloud-CV/EvalAI
Check if workers are running before triggering start_workers method after approving a challenge.
**Description:** The workers may be launched through the manage tab before challenge approval, and in this case the code results in an exception being logged to sentry when executing start_workers. This shouldn't happen, and the start_workers method shouldn't be executed for this case.
https://github.com/Cloud-CV/EvalAI/issues/2941
1,596,734,520,000
1,599,238,873,000
1
0
A
null
Validation Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
[Frontend] Improvements for new frontend deployment
### Note: This list is incomplete. Adding small issues here as going through the new version. Please add your list of issues in the comment rather than editing the description of the issue. - [ ] Home page should not be centrally aligned (it looks really bad on large screens) - [ ] Remove `console.log()` statements...
https://github.com/Cloud-CV/EvalAI/issues/2943
1,596,863,836,000
1,597,602,176,000
null
null
null
null
null
[]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/2949" ]
EvalAI
Cloud-CV/EvalAI
Updates in seed script
### Description Make the following changes in seeding script: 1. It doesn't create featured challenges. Please create 5 featured challenges in seed script 2. [BugFix] Challenge image is not being shown up for the challenges created with the seed script. May be the image is not uploaded.
https://github.com/Cloud-CV/EvalAI/issues/2944
1,596,874,597,000
1,596,912,609,000
1
0
A
3
Unimplemented Feature Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
Enhancements to v1 deployment script in EvalAI
List of small scale changes to make to v1 deployment script (#2853): - Get staging flag manually instead of hardcoding - Get SSL certs manually by making a new nginx config - Add better docs & comments - Refactor nodejs to use prod version and make SED changes via script
https://github.com/Cloud-CV/EvalAI/issues/2968
1,598,078,049,000
1,743,484,777,000
null
null
null
null
null
[ "Hey @RishabhJain2018 ! \r\nI've been away for some time now. Most of the work on deployment is done with some tweaks remaining. Is this still something that is still in the roadmap for EvalAI ?", "Closing this since it is very old and deployment setup is changed." ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/2853" ]
EvalAI
Cloud-CV/EvalAI
Setup Throttling in drf backend
https://github.com/Cloud-CV/EvalAI/issues/297
1,482,781,157,000
1,483,224,407,000
1
0
B
3
Unimplemented Feature Gap
[ "@RishabhJain2018 you showed interest in working on this. Are you still interested in working on this issue?", "@deshraj Yeah sure.", "@deshraj Please provide with some details and references on how to proceed with it.", "@RishabhJain2018:\r\n[This resource](http://www.django-rest-framework.org/api-guide/thro...
null
null
EvalAI
Cloud-CV/EvalAI
Add check for docker based challenges in start/stop/restart/delete worker function
- Add a check in the `start_woker` method under `challenges/aws_utils.py` file to make sure that we are not starting workers for the code upload challenges from UI.
https://github.com/Cloud-CV/EvalAI/issues/2977
1,598,717,947,000
1,599,180,839,000
1
0
A
3
Validation Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
Error when submitting evaluation script update without uploading file
### Description Currently, there's no check on UI side while uploading evaluation script for a challenge. If you submit without uploading an evaluation script API will throw error mentioned [here](https://sentry.io/organizations/cloudcv/issues/1878006951/?referrer=slack). We should handle this on UI side an not allo...
https://github.com/Cloud-CV/EvalAI/issues/2993
1,599,757,393,000
1,599,935,953,000
1
0
A
null
Validation Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
Exception when model not found in `get_model_object` utils
### Description Currently, the `get_model_object` util raises an exception when a model object with queried primary key is not found. This exception is not being handled in partial submission evaluation API. See [this](https://sentry.io/organizations/cloudcv/issues/1883775184/?project=152529&referrer=slack) error fo...
https://github.com/Cloud-CV/EvalAI/issues/2994
1,599,757,567,000
1,611,170,863,000
1
0
B
3
Validation Gap
[ "@Ram81 @RishabhJain2018, can I please take up this issue? I'll make a PR quickly to sort this out", "Sure!", "@RishabhJain2018 the above error link does not work for me. Could you please also tell me the API where this error takes place?", "``` \r\nurl(\r\n r\"^challenges/(?P<challenge_pk>[0-9]+)/upda...
null
null
EvalAI
Cloud-CV/EvalAI
Add pagination to challenge List page
Need to add pagination for each challenge list (Past, Ongoing & Future) on challenge page. For pagination use load more, clicking on which gets next list of data. Let me know if anyone finds it difficult :)
https://github.com/Cloud-CV/EvalAI/issues/300
1,482,785,996,000
1,536,711,165,000
null
null
null
null
null
[ "is the static data for pagination already there ? I see nothing. ", "I am interested in this. Can you assign me ?", "@anweshnayak sure go ahead.\r\n You can create challenges by using django admin for now.\r\nAnd yes, you have to include the pagination in same view.\r\nAlso for pagination use load more instead...
[ "GSOC-2019", "medium-difficulty", "frontend" ]
[ "https://github.com/Cloud-CV/EvalAI/issues/425", "https://github.com/Cloud-CV/EvalAI/issues/444" ]
EvalAI
Cloud-CV/EvalAI
Auto deployment script failing
### Description The `./scripts/deployment/deploy.sh auto_deploy` is failing in the travis build. For reference see the build [here](https://travis-ci.org/github/Cloud-CV/EvalAI/builds/726818184#L6908). It is failing with following error ``` bash: docker-compose: command not found ```
https://github.com/Cloud-CV/EvalAI/issues/3001
1,600,026,394,000
1,600,536,270,000
1
0
A
3
Environment Incompatibility
[ "It was the docker-compose path issue on the server. It is fixed now!" ]
null
null
EvalAI
Cloud-CV/EvalAI
Leaderboard takes a long time to load due to vendor.js exceptions
Whenever I load the main screen I receive a bath or errors of missing links in vendor.js this takes about 5 seconds and delays my page loading. ![evalai](https://user-images.githubusercontent.com/874774/94306918-2f08f380-ff4a-11ea-90ac-40b1d159b0fe.png) Anyone else ever experienced this or have any clue about how to...
https://github.com/Cloud-CV/EvalAI/issues/3009
1,601,061,307,000
1,743,484,813,000
1
4
A
5
Configuration Error
[ "Hi @vfbsilva , Thanks for opening the issue. Can you please give a bit more context on how you are hosting the EvalAI server at your end? Is it the development version or did you try to set up the production version at your own?", "We are using a production environment I did some more research and seems the call...
null
null
EvalAI
Cloud-CV/EvalAI
Dedup environment variables for EvalAI django server endpoint
### Description We are using multiple environment variables for EvalAI django server endpoint, `API_HOST_URL` `EVALAI_API_SERVER` `DJANGO_SERVER`. Ideally we should only have a common environment variable `DJANGO_SERVER` for the endpoint which should be used by all the features. Refer: 1. [dev/docker.env](https...
https://github.com/Cloud-CV/EvalAI/issues/3011
1,601,447,956,000
1,602,485,544,000
1
0
B
3
Architectural Constraint
[]
null
null
EvalAI
Cloud-CV/EvalAI
Add a field max_submissions_per_day and max_submissions in ChallengePhase model
Both the fields should be positive integer field with default value of 100K. 100K here means number of submissions are unlimited. Adding these fields will involve creating a migration. Also please create a named migration.
https://github.com/Cloud-CV/EvalAI/issues/302
1,482,922,207,000
1,483,254,280,000
1
1
B
null
Unimplemented Feature Gap
[ "Can I try if unassigned? ", "Yeah sure :)\n", " Close this ?", "@gauthamzz : sure. Thanks for the help :)" ]
null
null
EvalAI
Cloud-CV/EvalAI
A11y Support
Hi there! I like this initiative, congrats for this amaze project! You have in the backlog add support for internationalization?
https://github.com/Cloud-CV/EvalAI/issues/3025
1,602,099,147,000
1,742,427,206,000
null
null
null
null
null
[ "> You have in the backlog add support for internationalization?\r\n\r\nHey @brunowego, At the moment we are not focussing on it but would be happy to accept any PR for it.", "This is an interesting idea! I think we would need to consider somethings,\r\n\r\n1. Is this a very important issue right now? We can make...
[]
[]
EvalAI
Cloud-CV/EvalAI
LDAP or/and SSO Auth
Looking forward, do you have planning for add this functionarlity?
https://github.com/Cloud-CV/EvalAI/issues/3026
1,602,099,534,000
1,742,426,414,000
1
0
B
3
Unimplemented Feature Gap
[ "Hi @brunowego, At the moment the team is not focussing on adding this functionality but we would be happy to accept any PR from the contributors. ", "@rishabhbhardwaj can I work on this issue?", "Closing this since it is a very old issue." ]
null
null
EvalAI
Cloud-CV/EvalAI
Rename TestEnvironment model to ChallengePhase model
This will involve updating references in places liks api(views, urls), model, serializers and test case. Also a named migration should be created for this. Why this model name change ? Because pyflakes is generating the following warning. ``` cannot collect test class 'TestEnvironment' because it has a __init_...
https://github.com/Cloud-CV/EvalAI/issues/303
1,482,923,968,000
1,482,925,874,000
null
null
null
null
null
[ "Merged via #304 " ]
[ "easy_to_fix", "backend" ]
[]
EvalAI
Cloud-CV/EvalAI
2099 End Date Issue
![Screenshot from 2020-11-02 01-57-00](https://user-images.githubusercontent.com/24211231/97813516-c3374a80-1cae-11eb-819a-c6c6b77a739f.png) Some End Dates in Challenges are showing 2099. Expected Error in Date/Time Local code in the front-end.
https://github.com/Cloud-CV/EvalAI/issues/3059
1,604,262,820,000
1,604,272,237,000
null
null
null
null
null
[ "Hi @vivektalwar13071999, Thanks for opening the issue. The challenges that have `2099` as the end date are never-ending challenges, hence the date is in the future.\r\n\r\nI am closing this thread as this is not an issue. Please feel free to reopen if you have any doubts." ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Challenge Start Date is showing year 2020 and End Date is showing 2019
![Screenshot from 2020-11-02 02-06-54](https://user-images.githubusercontent.com/24211231/97814839-1fe73500-1cb0-11eb-91bd-fe32b82a792f.png) A front-end issue in the Past-Challenge section where challenge year is 2019 and start year is 2020.
https://github.com/Cloud-CV/EvalAI/issues/3060
1,604,263,123,000
1,605,427,131,000
null
null
null
null
null
[ "@vivektalwar13071999 thanks for catching this. Would you like to work on this?", "Yes will work and resolve the issue and ask if any help would be needed. ", "Closing the issue as it is resolved in the production enviornment. " ]
[ "bug", "easy_to_fix", "backend" ]
[]
EvalAI
Cloud-CV/EvalAI
Docker Compose fails - Cannot download base worker container
Following installation instruction from https://evalai.readthedocs.io/en/latest/installation.html: The command: ` docker-compose up --build ` Fails with the following error ``` Building worker Step 1/6 : FROM evalai_django ERROR: Service 'worker' failed to build : pull access denied for evalai_django, rep...
https://github.com/Cloud-CV/EvalAI/issues/3063
1,604,429,129,000
1,604,429,294,000
1
0
A
3
Environment Incompatibility
[ "Connection issue was present from 10:00AM EDT, 11/03/2020\r\nConnection issue self-resolved as of 2:00 PM EDT, 11/03/2020\r\nCould have been an issue with docker servers." ]
null
null
EvalAI
Cloud-CV/EvalAI
Warnings generated by Docker-Compose on fresh build
# Problem Cloning a fresh version of EvalAI and running `docker-compose up --build`, outputs warnings ## Warning List 1. [ ] django-import-export 2.0.2 has requirement Django>=2.0, but you'll have django 1.11.23 which is incompatible. 2. [ ] djangorestframework-expiring-authtoken 0.1.4 has requirement django...
https://github.com/Cloud-CV/EvalAI/issues/3065
1,604,548,915,000
1,742,237,251,000
1
0
A
2
Configuration Error
[ "This issue has been inactive for a while, so we're closing it for now. If this is still relevant, please feel free to reopen or create a new issue with updated details. Thanks!" ]
null
null
EvalAI
Cloud-CV/EvalAI
Add bot for tracking stale issues
It would nice to add a bot that can check, mark, and close issues that are stale. There are threads under 'Issues' which haven't been touched for weeks. Do we want to do that for this repository? I'll be happy to open a PR if needed.
https://github.com/Cloud-CV/EvalAI/issues/3067
1,604,551,144,000
1,610,806,239,000
null
null
null
null
null
[ "@RishabhJain2018 @Ram81 may I add this bot?", "We already have this bot configured, hence closing this one!" ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Use custom email template for reset password feature
### Description Current template for reset password functionality is ``` You're receiving this email because you requested a password reset for your user account at EvalAI. Please go to the following page and choose a new password: https://eval.ai/auth/api/password/reset/confirm/NDIzNw/5le-ad1616b4c533700...
https://github.com/Cloud-CV/EvalAI/issues/3069
1,604,765,684,000
null
null
null
null
null
null
[ "Hello! Would like to take this up, if it has not been assigned yet. It would be my first contribution to the project.", "Hi @kishdubey , Welcome to CloudCV!\r\n\r\n>Hello! Would like to take this up, if it has not been assigned yet. It would be my first contribution to the project.\r\n\r\nYes, you can take this ...
[ "easy_to_fix", "backend", "good first issue" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3126", "https://github.com/Cloud-CV/EvalAI/issues/3123" ]
EvalAI
Cloud-CV/EvalAI
Create Submission model in jobs app
This model will be used to track submission corresponding to a phase.
https://github.com/Cloud-CV/EvalAI/issues/307
1,482,950,947,000
1,483,373,520,000
1
1
B
null
Unimplemented Feature Gap
[ "Fixed in #308 " ]
null
null
EvalAI
Cloud-CV/EvalAI
Submission Queue receives NoneType
I recently cloned and stood up evalAI via the documented docker compose method for development. I also cloned the challenge template as described in the documentation. After submitting the template with some minor changes (I can provide if needed), the challenge uploads successfully and is present at http://localho...
https://github.com/Cloud-CV/EvalAI/issues/3080
1,605,557,123,000
1,615,208,932,000
1
0
A
3
Validation Gap
[ "Hi @tokotchd, Upon creation of the challenge, you will need to restart the worker container which will load the required challenge files for the evaluation to work.\r\n\r\nPlease feel free to ask if the issue doesn't resolve after restarting the worker container. ", "Thanks, @RishabhJain2018, this indeed did sol...
null
null
EvalAI
Cloud-CV/EvalAI
Certain items not correctly aligned in mobile view
- **the expected behaviour** The icons and the buttons should be centrally aligned so that the page looks aesthetically clean - **the observed behaviour** An extra right-margin is set which is fine for desktop view but doesn't look good in the mobile view of the page - **steps to reproduce the problem**:- Login an...
https://github.com/Cloud-CV/EvalAI/issues/3088
1,606,735,278,000
null
null
null
null
null
null
[ "Hi! I would like to work on this issue!", "I saw that this issue is still on the live site, can you assign this task to me? ", "can i work on this issue?" ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Submit button leads to freeze/hang, same observed over CLI
Hello EvalAI, thanks for all your work building this platform. I'm having trouble submitting to the Argoverse 3d Detection challenge (challenge 725 phase 1554) over the online interface or over CLI. The CLI hangs forever at ``` evalai challenge 725 phase 1554 submit --file myfile.zip --private ... Publication...
https://github.com/Cloud-CV/EvalAI/issues/3113
1,608,758,821,000
1,608,760,146,000
1
4
A
6
Environment Incompatibility
[ "was successful on another machine, seems to be a network issue", "Hi @johnwlambert, Glad that it got resolved. Please feel free to ping us back, if the issue appears again." ]
null
null
EvalAI
Cloud-CV/EvalAI
Shifting from 'django-rest-auth' to 'dj-rest-auth'
We have to shift from `django-rest-auth` to `dj-rest-auth` as `django-rest-auth` has stopped updating. `dj-rest-auth` is almost similar to `django-rest-auth` and has some updating feature that we can use also it's an active project so it gets updated quite often. You can find `dj-rest-auth` documentation [here](https:...
https://github.com/Cloud-CV/EvalAI/issues/3123
1,609,625,510,000
null
1
0
A
2
External Dependency Breakage
[ "Hello @Ram81 , I was thinking to get started with this issue and when #3069 will be done we can update this. Also, I just want to ask that what version I should mention in `requirements/common.txt`? I'm getting a bit confused about that, [here](https://github.com/jazzband/dj-rest-auth/releases) is the list of thei...
null
null
EvalAI
Cloud-CV/EvalAI
Listing contributors to README page
What we can do is we can list the main contributors and maintainers on the README page, this way it will be more attractive and it will encourage our main contributors. Either we can list all the contributors of this project or we can simply list the main contributors. We can do it by simply using [all-contributors](h...
https://github.com/Cloud-CV/EvalAI/issues/3124
1,609,627,652,000
1,742,426,475,000
null
null
null
null
null
[ "Closing this since it is a very old issue and we already have this in Readme." ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Add swagger api documentation for get_all_entries_on_public_leaderboard API
### Description Hosts can use EvalAI APIs to get details of the leaderboard entries. The get leaderboard entries API documentation is missing documentation on EvalAI [docs](http://eval.ai/api/docs/). ### Deliverables Add documentation for using `get_all_entries_on_public_leaderboard` API using swagger. An exam...
https://github.com/Cloud-CV/EvalAI/issues/3127
1,610,285,360,000
1,610,898,907,000
null
null
null
null
null
[ "hello @Ram81, can I please work on and complete the issue?", "@burnerlee yes, go ahead. Assigned the issue", "thank you so much", "@Ram81, made a PR #3140 to solve this issue, please review. Also please suggest some other issues which I can work on for further contribution", "Fixed using #3140 " ]
[ "backend", "docs", "good first issue", "GSOC-2021" ]
[]
EvalAI
Cloud-CV/EvalAI
Add swagger api documentation for download_all_submissions API
### Description Hosts can use EvalAI APIs to download all submission details. The download all submissions API documentation is missing documentation on EvalAI [docs](http://eval.ai/api/docs/). ### Deliverables Add documentation for using `download_all_submissions` API using swagger. An example of using swagge...
https://github.com/Cloud-CV/EvalAI/issues/3128
1,610,285,471,000
1,614,919,054,000
null
null
null
null
null
[ "I am new to open source contribution, Can I help to resolve the issue.\r\nI used swagger and know how it works.\r\nCan you assign an issue?", "@mukul20-21 sure, you can work on the issue.", "Hello sir, I am Nikhilesh I have experience in writing swagger documentation for two REST api's I created.Can I work on...
[ "backend", "docs", "good first issue", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3271" ]
EvalAI
Cloud-CV/EvalAI
Add swagger api documentation for remove_participant_team_from_challenge API
### Description Hosts can use EvalAI APIs to remove participant teams from an active challenge. The remove participant team from challenge API documentation is missing documentation on EvalAI [docs](http://eval.ai/api/docs/). ### Deliverables Add documentation for using `remove_participant_team_from_challenge`...
https://github.com/Cloud-CV/EvalAI/issues/3129
1,610,285,580,000
1,614,917,567,000
1
4
A
5
Documentation Deficiency
[ "Hello Sir,\r\nI have deployed an machine learning model using Swagger API, So, I know how it works.\r\nI am also new to open source contribution .\r\nCan you please assign this issue to me ?\r\nI want to help in resolving it and want to contribute to open source community.\r\n", "@17Rajat yes, go ahead. ", "> ...
null
null
EvalAI
Cloud-CV/EvalAI
Fix About us page css inconsistencies in frontend v2
### Description Fix the about us page on large screens. Currently, the about us page css is not consistent between frontend v1 and v2. The page css is broken for larger screens in frontend v2. Page css should be same as frontend v1 Frontend V1: ![Screen Shot 2021-01-10 at 7 30 04 PM](https://user-images.githubus...
https://github.com/Cloud-CV/EvalAI/issues/3130
1,610,287,416,000
1,611,328,795,000
null
null
null
null
null
[ "@Ram81 can I work on this please. I'll make a PR to fix this quickly", "Hi @burnerlee, I think PR #3133 already fixes this issue. You can pick up some other issue to work on" ]
[ "good first issue", "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3133" ]
EvalAI
Cloud-CV/EvalAI
Fix Our team page css inconsistencies in frontend v2
### Description Fix the our team page css. Currently, our team page css is not consistent between frontend v1 and v2. The page css is broken for larger screens in frontend v2. Page css should be same as frontend v1. Frontend V1: ![Screen Shot 2021-01-10 at 7 35 17 PM](https://user-images.githubusercontent.com/16...
https://github.com/Cloud-CV/EvalAI/issues/3131
1,610,287,735,000
1,611,586,397,000
null
null
null
null
null
[ "Working on it!", "Should there be a box-shadow in the background and division of Core Team and Contributor in v2? Or it should be same as it is currently.", "Let's make it the same as it is now.", "@RishabhJain2018 This can also be closed as #3133 has been merged.", "Closing this. Thanks for pointing it ou...
[ "good first issue", "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3133" ]
EvalAI
Cloud-CV/EvalAI
Show past challenges in frontend v2 dashboard
### Description On the frontend v2 dashboard, we show a list of current and upcoming challenges but the list of past challenges is not being populated. ![Screen Shot 2021-01-10 at 7 44 32 PM](https://user-images.githubusercontent.com/16323427/104125371-514d4280-537c-11eb-811f-59c797b646ef.png) The above scree...
https://github.com/Cloud-CV/EvalAI/issues/3132
1,610,288,230,000
1,610,383,616,000
1
4
A
5
Unimplemented Feature Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
Sandbox or late submissions
Hi! Great framework that has virtually everything that is needed for hosting AI competitions! The one feature I am looking for is a so called sandbox. Is it possible to enable late submissions after the deadline? E.g., kaggle allows to submit predictions even after the competition has ended. The leaderboard doesn't...
https://github.com/Cloud-CV/EvalAI/issues/3135
1,610,370,682,000
1,610,973,419,000
1
4
A
6
Unimplemented Feature Gap
[ "Hi @maya-ami ,\r\n\r\nThanks for reaching out.\r\n\r\n> The one feature I am looking for is a so called sandbox. Is it possible to enable late submissions after the deadline? E.g., kaggle allows to submit predictions even after the competition has ended. The leaderboard doesn't change of course but the participant...
null
null
EvalAI
Cloud-CV/EvalAI
Build should take less time
Wouldn't it reduce the build time by installing the `prod.txt` dependencies before adding all the code (to leverage caching)? Or is there any specific reason we are not doing this? https://github.com/Cloud-CV/EvalAI/blob/aa0f4ffc464fc7c934f2702f02ab20c1a2c3e022/docker/prod/django/Dockerfile#L4-L9
https://github.com/Cloud-CV/EvalAI/issues/3141
1,610,466,636,000
1,615,208,829,000
1
0
A
3
Architectural Constraint
[ "This is fixed after moving to travis.com" ]
null
null
EvalAI
Cloud-CV/EvalAI
Django continuously making API calls to the backend
Hi, In our production version of leaderboard which was forked out Eval AI, we suddenly see continuous API calls being made from the Django Container. Please see the logs below. This is slowing down our environment. Any idea what is causing so many calls ? page_size=1000 => generated 4125 bytes in 3697 msecs (H...
https://github.com/Cloud-CV/EvalAI/issues/3143
1,610,680,557,000
1,610,940,950,000
null
null
null
null
null
[ "Hi @ssaranathan , Thanks for reaching out.\r\n\r\nIt is because the leaderboard makes API calls to get the latest results and hence there is continuous polling to this API.", "@RishabhJain2018 can we implement this using WebSockets through which an event can be emitted when leaderboard data is updated so that we...
[]
[]
EvalAI
Cloud-CV/EvalAI
Fix cyclic import dependency in challenges/aws_utils.py
### Description Currently, we can't import `Challenge` model or any method from `challenges/utils.py` in [challenges/aws_utils.py](https://github.com/Cloud-CV/EvalAI/blob/master/apps/challenges/aws_utils.py) because `aws_utils.py` is being imported in `challenges/model.py`. If we try to import any util methods or mo...
https://github.com/Cloud-CV/EvalAI/issues/3146
1,610,809,750,000
null
1
0
A
1
Architectural Constraint
[ "@Ram81 can I pick up this issue? I'll make a quick PR", "Sure @burnerlee !\r\nSo, I am unassigning you from #2994 .", "oh can i take up only one issue at a time?", "Yes, you can finish this one and then pick that one, if it is not assigned :) ", "oh ,cool", "Opened PR #3148 to fix the issue. Please revi...
null
null
EvalAI
Cloud-CV/EvalAI
Optimize Travis CI Build during checks on making a Pull Request
When a pull request is made, Travis CI runs a single test to check for all errors/warnings in the code, and with an exit status after the complete check is finished. Even if some part of the check fails, it continues to run the check further and notifies the user about the failure only at the end of the complete test w...
https://github.com/Cloud-CV/EvalAI/issues/3151
1,610,916,050,000
1,615,208,860,000
null
null
null
null
null
[ "@RishabhJain2018 @Ram81 I would love to work on this if this seems useful. I have completed my previous issues and made a PR", "@burnerlee setting up multiple boot machines also takes time and recently the boot time has increased. So I am not sure if we start multiple boot machines we will get any benefit from ...
[]
[]
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Fix error message on My Submissions page refresh
### Description In frontend v2 when a challenge host goes to the `My Submissions` tab on the challenge page and refreshes the page the UI shows error notification with message `Success`. Steps to reproduce the error: 1. Select any active challenge 2. Go to `My Submissions` tab 3. Refresh the page Here's t...
https://github.com/Cloud-CV/EvalAI/issues/3154
1,611,156,595,000
1,611,418,708,000
1
4
A
5
Validation Gap
[ "Can I work on it?", "@gautamjajoo Sure, go ahead" ]
null
null
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Allow toggling Show on leaderboard when submission is submitted/runnning
### Description When a participant goes to `My Submission` page and select a submission they can't toggle `Show on leaderboard` checkbox when status of submission is `Submitted/Running`. We should allow toggling of this checkbox even when submission is not in `Finished` state. Steps to reproduce: 1. Select a c...
https://github.com/Cloud-CV/EvalAI/issues/3155
1,611,157,696,000
1,611,775,796,000
1
4
A
5
Validation Gap
[ "@Ram81 can I make a PR for this issue?", "@burnerlee Sure, go ahead", "#3160 made" ]
null
null
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Pagination not working on All submissions page
### Description On the `All submissions` tab of challenge page pagination is not working. If there are multiple pages for the submissions when a users tries to navigate to the next page UI throws an error notification with `Success` message. Expected behavior: Pagination should work as expected and user should...
https://github.com/Cloud-CV/EvalAI/issues/3156
1,611,158,805,000
1,742,343,136,000
1
4
A
5
Configuration Error
[ "@Ram81 the number of submissions shown on a single page currently are 100. Should we change this too? This is creating a problem in testing as there are not enough submissions for a single phase", "@burnerlee no we don't need to change the limit. But you can reduce it to do testing and revert the limit before p...
null
null
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Show selected submission details in 3 columns
### Description When a submission is selected on the `My Submissions` tab we currently divide the fields into two columns. The metadata fields should be shown in 3 columns for meta fields in each column. Here is the current screenshot for reference <img width="1440" alt="Screen Shot 2021-01-20 at 9 38 18 PM" s...
https://github.com/Cloud-CV/EvalAI/issues/3157
1,611,159,138,000
1,611,700,326,000
1
4
A
5
Unimplemented Feature Gap
[ "@Ram81 in the latest master pull, there Baseline is not visible. Does this need to be fixed too?", "Are you using host account or participant account? Baseline option is only available to challenge hosts", "Oh yes, thank you :)", "![Screenshot from 2021-01-21 00-23-35](https://user-images.githubusercontent.c...
null
null
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Fix private split tag css on the leaderboard
### Description `Private` tag for a challenge phase split should appear next to the phase split name in the dropdown on the `Leaderboard` tab of the challenge page. Because of inconsistent css the `private` tag for a challenge phase split is aligned below the phase split text in dropdown. Here's a screenshot for ...
https://github.com/Cloud-CV/EvalAI/issues/3158
1,611,159,601,000
1,615,209,050,000
null
null
null
null
null
[ "Hi @Ram81 !\r\nI would like to give it a shot, if it is okay with you and if no one else is already working on it :)", "After playing with the code a little I think that `frontend` is the default one that is being used, could you guide me on how to use `frontendV2`.\r\n", "@Devanshu24 sure, go ahead.\r\n\r\n>A...
[ "easy_to_fix", "frontend_v2", "GSOC-2021" ]
[]
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Show selected submission details in 3 columns All submissions page
### Description When a submission is selected on the `All submissions` tab we currently divide the fields into two columns which makes it look cluttered. The metadata fields should be shown in 3 columns for meta fields in each column. Here is the current screenshot for reference <img width="1440" alt="Screen Sho...
https://github.com/Cloud-CV/EvalAI/issues/3159
1,611,159,926,000
1,613,546,130,000
null
null
null
null
null
[ "@Ram81 please assign the issue to me. Made a PR for the last assigned issue", "@burnerlee sure, but please complete the requested changes on your previous PRs before picking up new issues.", "Sure, #3160 has been updated. #3146 needs review from @RishabhJain2018 and #3150 needs further actions to be decided.",...
[ "easy_to_fix", "frontend_v2", "GSOC-2021" ]
[ "https://github.com/nikochiko/EvalAI/pull/683", "https://github.com/Suryansh5545/EvalAI/pull/20", "https://github.com/nikochiko/EvalAI/pull/684", "https://github.com/Suryansh5545/EvalAI/pull/21", "https://github.com/nikochiko/EvalAI/pull/685", "https://github.com/Suryansh5545/EvalAI/pull/33", "https://g...
EvalAI
Cloud-CV/EvalAI
Default users accounts are not working
These 3 accounts are provided by default are not working - SUPERUSER- username: admin password: password HOST USER- username: host password: password PARTICIPANT USER- username: participant password: password While trying to login, Its shows loading and nothing happens afterwards and its similar issue with sign...
https://github.com/Cloud-CV/EvalAI/issues/3165
1,611,209,223,000
1,611,306,078,000
1
0
A
3
Environment Incompatibility
[ "Hi @Alabhya268 , Thanks for opening the issue\r\n\r\n@burnerlee Can you please also check and confirm this?\r\ncc: @Ram81 ", "@RishabhJain2018 is composing through docker is only way to run Eval-ai ?or there is any other way.\nsince I am new to Eval-ai ,I dont know if there is other way to run it.", "I've not ...
null
null
EvalAI
Cloud-CV/EvalAI
Login/Signup not shown even after login
### Description Once a user has login, the signup/login button is shown on refreshing the home page instead it should show the name and log out button should be visible. ### Steps to Reproduce : 1. Login and go on the homepage. 2. Refresh the page. The same problem occurs If you redirect to home page through ...
https://github.com/Cloud-CV/EvalAI/issues/3169
1,611,408,972,000
1,612,274,209,000
1
0
B
3
Configuration Error
[]
null
null
EvalAI
Cloud-CV/EvalAI
Chrome suggests password in `Login Page` password field
Currently, the Password field of the login page receives a password suggestion from chrome, which should not happen as you wouldn't want to be recommended a password when you login ![Screenshot from 2021-01-24 21-26-34](https://user-images.githubusercontent.com/56106207/105635794-f0992c00-5e8a-11eb-9647-a115ccfd553f...
https://github.com/Cloud-CV/EvalAI/issues/3170
1,611,503,971,000
1,743,092,634,000
null
null
null
null
null
[ "@Ram81 @RishabhJain2018 Is this something you would want me to implement?\r\n\r\nSorry, I was not sure if I should tag you or not, I understand that you would be busy. Just wanted to ensure this hasn't skipped your sight, sorry again if this issue is not important :)", "@Devanshu24 Can I take up this issue? ", ...
[]
[]
EvalAI
Cloud-CV/EvalAI
More space between chip and View Details in Hosted Challenges card (Frontend).
When logging in with host account, In "Hosted Challenges" section Cards will look better if it had a little spacing between "Approved, Published" chip and "View Details" . Please have a look at the image for better understanding - ![Cloudcv](https://user-images.githubusercontent.com/57143358/105754790-7e9b1280-5f...
https://github.com/Cloud-CV/EvalAI/issues/3174
1,611,602,484,000
1,613,927,885,000
null
null
null
null
null
[ "@RishabhJain2018 Please have a look at this PR.\r\n" ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3175" ]
EvalAI
Cloud-CV/EvalAI
No module named 'rest_framework_simplejwt' error on running after latest master pull
Error: ``` worker_1 | wait-for-it.sh: timeout occurred after waiting 45 seconds for django:8000 worker_1 | Traceback (most recent call last): worker_1 | File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main worker_1 | "__main__", mod_spec) worker_1 | File "/usr/loc...
https://github.com/Cloud-CV/EvalAI/issues/3176
1,611,659,292,000
1,611,663,271,000
1
0
A
3
Environment Incompatibility
[ "@burnerlee you have to rebuild the docker containers. New packages were added recently.", "Closing this as it is not a bug.", "Yes, worked! Thank you @Ram81 :)" ]
null
null
EvalAI
Cloud-CV/EvalAI
Setup RabbitMQ Worker for Job Submission
A python worker(as of now) to get submission from queue, execute it with the evaluation script of the challenge(challenge id will be passed in the message) and do further tasks like sending mail, saving stdout and stderr outputs. When a user makes a submission for a challenge, then a api to save his submission detai...
https://github.com/Cloud-CV/EvalAI/issues/318
1,483,379,891,000
1,485,249,077,000
1
0
A
2
Unimplemented Feature Gap
[ "Approach 1:\r\n\r\nwhen the worker starts for the first time, fetch all the active challenges and its corresponding uploaded evaluation script. Dynamically require this evaluation script in a global variable named `EVALUATION_SCRIPTS`. So whenever any request comes for submission, the worker will fetch challenge i...
null
null
EvalAI
Cloud-CV/EvalAI
[frontendV2] Profile screen is not showing properly with screen-width more than 1440px
Profile screen is not showing properly with screen-width more than 1440px . "Side bar" is overlapping with "Dashboard" . For better understanding please have a look at this Image -- ![cloudcv_profile](https://user-images.githubusercontent.com/57143358/106051508-8a244000-610e-11eb-8ace-de958768156d.PNG) I want...
https://github.com/Cloud-CV/EvalAI/issues/3182
1,611,780,314,000
1,613,927,907,000
null
null
null
null
null
[ "Thanks @Alabhya268 for catching this. Assigned you!" ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3183" ]
EvalAI
Cloud-CV/EvalAI
`leaderboard_decimal_precision` and `is_leaderboard_order_descending` cannot be set from `challenge_config.yaml`
I've been testing a challenge on an local EvalAI clone but have been unable to properly set `leaderboard_decimal_precision` and `is_leaderboard_order_descending` from my `challenge_config.yaml`. **Expected behaviour** Altering `leaderboard_decimal_precision` and `is_leaderboard_order_descending` should be reflected...
https://github.com/Cloud-CV/EvalAI/issues/3184
1,611,798,723,000
null
1
1
B
null
Configuration Error
[ "Hi @felixp8,\r\n\r\nThanks for reaching out. This doesn't use to happen with EvalAI earlier, but we can check and get back to you.\r\ncc: @Ram81 ", "I have exactly the same problem. Is there any update to solve this issue?", "Hello all! I have the same problem for [this leaderboard](https://eval.ai/web/challen...
null
null
EvalAI
Cloud-CV/EvalAI
Database backup quickly growing until eating up all space
We created a local EvalAI server and it runs well until we encountered no space errors. We found there are over one hundred of large files under `docker/volumnes/xxxxxxxxxxx/_data/12994/758505.*`... It seems to be some backup files for a same entry 758505. Can you help on this and is there a way to avoid these backup f...
https://github.com/Cloud-CV/EvalAI/issues/3189
1,611,872,016,000
1,615,209,139,000
null
null
null
null
null
[ "HI @scorpionsky,\r\n\r\nThanks for reaching out. Could you please give me a bit more context on how you are running the dockers, i.e. using the development setup or the production setup?", "Closing the issue due to inactivity" ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Redesign 404 page for Clientside.
Need to redesign a 404 page as shown in the given attachment. In case of any help or requirement, let me know. (use evalai.cloudcv.org as a link to redirect user to homepage) ![eval-404](https://cloud.githubusercontent.com/assets/11537940/21596089/36beb6e8-d15c-11e6-9c44-095a7a6c050a.png)
https://github.com/Cloud-CV/EvalAI/issues/319
1,483,390,709,000
1,483,956,608,000
null
null
null
null
null
[ "Suggestions are also welcome related to design.\r\nOne can also use some AI related image or robot image in place of owl because our platform is based on AI and it will be good if we go for the same (evalAi) :D :)\r\n(make sure that image shouldn't contain any copyright issue)", "@aka-jain Can You assign this to...
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/359" ]
EvalAI
Cloud-CV/EvalAI
[Frontend V1] Add support to edit submission meta attributes of submissions
### Description Currently, participants can only fill in submission meta attributes details when making a submission. The task is to add frontend and backend changes for allowing users to edit submission meta attributes fields after a submission is made. Screenshot below shows current fields user can edit after m...
https://github.com/Cloud-CV/EvalAI/issues/3191
1,612,112,494,000
1,613,758,013,000
1
1
B
null
Unimplemented Feature Gap
[ "Can I work on it?", "Sure @gautamjajoo \r\ncc: @Ram81 ", "@Ram81 What does submission meta attributes include?", "@Ram81 Currently we can edit method name, description etc\r\n> @Ram81 What does submission meta attributes include?\r\n\r\n", "@gautamjajoo if you check [here](https://github.com/Cloud-CV/EvalA...
null
null
EvalAI
Cloud-CV/EvalAI
Remove shadow from view button on leaderboard page
### Description Remove the shadow from view button on leaderboard page to make it consistent with EvalAI UI. Screenshot below shows the current style. ![Screen Shot 2021-01-29 at 10 50 32 AM](https://user-images.githubusercontent.com/16323427/106392240-fa84d700-6416-11eb-9306-4f4ce3c55b06.png)
https://github.com/Cloud-CV/EvalAI/issues/3192
1,612,113,794,000
1,612,114,605,000
null
null
null
null
null
[]
[ "frontend", "good first issue", "GSOC-2021" ]
[]
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Item on every navbar page is floating towards right in for screen width more than 1440px
Frontend v2 is unoptimized for screen width greater than 1440px. Item on Participant challenges navbar page is floating towards right in for screen width more than 1440px, Same behaviour can be seen under in all navbar page section. Please look at following image for better understanding. ![Screenshot from 2021...
https://github.com/Cloud-CV/EvalAI/issues/3195
1,612,288,971,000
1,613,848,784,000
null
null
null
null
null
[ "@Alabhya268 Do you want to work on this issue? If yes, then please feel free to take this up.", "> @Alabhya268 Do you want to work on this issue? If yes, then please feel free to take this up.\n\n@RishabhJain2018, I would like to work on this.\nAssign me please" ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3203", "https://github.com/nikochiko/EvalAI/pull/683", "https://github.com/Suryansh5545/EvalAI/pull/20", "https://github.com/nikochiko/EvalAI/pull/684", "https://github.com/Suryansh5545/EvalAI/pull/21", "https://github.com/nikochiko/EvalAI/pull/685", "https://git...
EvalAI
Cloud-CV/EvalAI
this.logger is not defined in challengesettings.component.ts
`this.logger` is not defined in [`challengesettings.component.ts`](https://github.com/Cloud-CV/EvalAI/blob/master/frontend_v2/src/app/components/challenge/challengesettings/challengesettings.component.ts) It causes the `frontend_v2` compilation to fail. #### Expected Behaviour: Build to compile successfully. ##...
https://github.com/Cloud-CV/EvalAI/issues/3198
1,612,363,330,000
1,612,412,192,000
1
0
A
3
Validation Gap
[]
null
null
EvalAI
Cloud-CV/EvalAI
[FrontendV2] Buttons are not easily clickable in Get Auth Token at /profile
**Cancel**, **Download JSON** and **Refresh Token** buttons are not easily clickable in **Get Your Auth Token** Modal at `/profile`. In order to click the above mentioned buttons, one needs to click precisely right below the button instead of clicking on them. This problem becomes adverse in mobile screens. If y...
https://github.com/Cloud-CV/EvalAI/issues/3200
1,612,366,984,000
1,614,211,161,000
null
null
null
null
null
[ "Thanks @ShauryaAg for creating this issue" ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3201", "https://github.com/Cloud-CV/EvalAI/pull/3281" ]
EvalAI
Cloud-CV/EvalAI
Docker build Stuck
After updating my master branch yesterday. When running command " docker-compose up --build " It get's stuck here - ![Screenshot from 2021-02-04 00-03-07](https://user-images.githubusercontent.com/57143358/106793342-56509980-667d-11eb-8438-d0a78edd54b9.png) I left it like this for about an hour still nothing hep...
https://github.com/Cloud-CV/EvalAI/issues/3202
1,612,378,046,000
1,612,422,694,000
1
0
A
3
Validation Gap
[ "Here is full output of cmd -\r\n\r\nalabhya@alabhya-OMEN-by-HP-Laptop-15-dc0xxx:/media/alabhya/DATA/PROJECTS/Open Source/EvalAI$ docker-compose up --build\r\nBuilding with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/\r\nBuilding django\r\nSending build co...
null
null
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix spacing of get auth token dialog
### Description The spacing in the `Get your Auth Token` modal is inconsistent. The token appears to be floating because of too much space in the text box. The spacing shouldn't be this big. Refer the following gif: ![dummy](https://user-images.githubusercontent.com/16323427/106896896-30c49e00-6718-11eb-8875-...
https://github.com/Cloud-CV/EvalAI/issues/3205
1,612,444,183,000
1,614,907,794,000
null
null
null
null
null
[ "@Ram81 I would like to work on this." ]
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3214" ]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix inconsistent padding on Submit page
### Description The padding for the list of phases and submission meta attributes is inconsistent on the challenge submit page. It should be the same for the whole page. Refer the screenshot: <img width="1440" alt="Screen Shot 2021-02-03 at 4 59 36 PM" src="https://user-images.githubusercontent.com/16323427/10...
https://github.com/Cloud-CV/EvalAI/issues/3206
1,612,444,261,000
1,614,702,668,000
null
null
null
null
null
[ "@Ram81 , Could you please explain more precisely as to what needs to be done?", "Hi @Alabhya268 , the alignment of file upload and submission metadata components is incorrect in frontend v2. It should be same as current version. Please see this screenshot for reference.\r\n\r\n![Screen Shot 2021-02-04 at 8 01 5...
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3220" ]
EvalAI
Cloud-CV/EvalAI
[Backend] Add tests for GET/PATCH/DELETE allowed_email_ids APIs
### Description PR #3194 adds an API to get, append and delete email ids allowed to participate in a challenge phase. The PR is missing tests. We need to add tests to fetch, append a set of email ids and delete existing email ids from `allowed_email_ids` field.
https://github.com/Cloud-CV/EvalAI/issues/3208
1,612,446,039,000
1,615,434,902,000
null
null
null
null
null
[ "Hey can i take it up ?", "@codeboy5 sure, go ahead. PR #3194 will be merged tonight, till then you could pull the PR branch and go through the codebase.", "Can I work on this issue?", "@cgoxo sure, go ahead.", "Sorry for a beginner question, what is adding a test for some API?", "I was talking about this...
[ "backend", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3268" ]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix padding of select phase placeholder on All submissions and My submissions page
### Description The padding of the placeholder `Select Phase` is inconsistent in the dropdown on All Submissions page. Following screenshots show the current style : No phase is selected: <img width="1440" alt="Screen Shot 2021-02-04 at 7 19 03 PM" src="https://user-images.githubusercontent.com/16323427/106901...
https://github.com/Cloud-CV/EvalAI/issues/3209
1,612,446,761,000
1,615,592,464,000
null
null
null
null
null
[ "Can I work on it?", "@gautamjajoo Sure, assigning issue to you.", "@gautamjajoo , Are you working on this, If not @Ram81 could you please assign this issue to me.", "@Ram81 Actually my end semester exams are going on so cannot resolve the issues. After this Sunday will start working on them once again.", ...
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3294", "https://github.com/nikochiko/EvalAI/pull/684", "https://github.com/Suryansh5545/EvalAI/pull/21", "https://github.com/nikochiko/EvalAI/pull/685", "https://github.com/Suryansh5545/EvalAI/pull/33", "https://github.com/Suryansh5545/EvalAI/pull/35", "https://g...
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix padding of select phase placeholder on Leaderbord page
### Description The padding of the placeholder `Challeng Phase` is inconsistent in the dropdown on Leaderboard page. Following screenshots show the current style : No phase is selected: <img width="1440" alt="Screen Shot 2021-02-04 at 7 27 15 PM" src="https://user-images.githubusercontent.com/16323427/106902584-...
https://github.com/Cloud-CV/EvalAI/issues/3210
1,612,447,066,000
1,614,878,333,000
null
null
null
null
null
[]
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3222" ]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix edit button alignment on Evaluation page
### Description <img width="1440" alt="Screen Shot 2021-02-04 at 7 28 25 PM" src="https://user-images.githubusercontent.com/16323427/106902852-4ab5af00-671f-11eb-908a-2dc1a33d3d18.png"> The `Edit` buttons are misaligned for `Evaluation` and `Terms and Conditions` cards. We should move `Edit` buttons next to `Upl...
https://github.com/Cloud-CV/EvalAI/issues/3211
1,612,447,275,000
1,615,209,376,000
null
null
null
null
null
[ "@Ram81, may I please take up this issue?", "@burnerlee Sure, go ahead", "@Ram81 #3218 made for the same", "Closing the issue as #3218 is merged" ]
[ "frontend_v2", "GSOC-2021" ]
[]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix Private tag alignment on Leaderboard page
### Description <img width="1000" alt="Screenshot_2020-10-11_at_11 30 29_AM" src="https://user-images.githubusercontent.com/16323427/106905090-ef38f080-6721-11eb-900f-3cc599afa6e3.png"> The private tag for a phase split is misaligned. It should appear next to the challenge phase split name itself and not downward...
https://github.com/Cloud-CV/EvalAI/issues/3212
1,612,448,365,000
1,614,884,307,000
null
null
null
null
null
[ "@Ram81 I have done the necessary changes. Please take a look," ]
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3225" ]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] P tag should not appear for private leaderboards
### Description <img width="1000" alt="Screenshot_2020-10-11_at_11 38 42_AM" src="https://user-images.githubusercontent.com/16323427/106905953-b3eaf180-6722-11eb-90ce-7e48fcfef12c.png"> P tag should not appear for submissions on the private leaderboards. And change column `Last Submitted At` to `Submitted At` on ...
https://github.com/Cloud-CV/EvalAI/issues/3213
1,612,448,647,000
1,615,747,624,000
1
4
A
5
Validation Gap
[ "@Ram81 may I take up this issue?", "using the selectedPhaseSplit in the file, I am able to access the challenge_phase's id but not the leaderboard_public property in angular. I saw some solutions for this. Am I allowed to make some change in the serializer to achieve this?", "@Ram81 ping^", "@Ram81 ping", ...
null
null
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Size of team name filter and team list cards should be same
### Description <img width="1440" alt="Screen Shot 2021-02-04 at 7 56 12 PM" src="https://user-images.githubusercontent.com/16323427/106906437-2cea4900-6723-11eb-8cd1-a3beac8c071d.png"> The size of the team name filter component and team list cards should be the same
https://github.com/Cloud-CV/EvalAI/issues/3215
1,612,448,860,000
1,613,447,864,000
null
null
null
null
null
[ "@Ram81 , I've attached PR for this, Please have a look." ]
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3223" ]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix alignment of private phase details on the submite page
### Description <img width="1440" alt="Screen Shot 2021-02-04 at 7 51 22 PM" src="https://user-images.githubusercontent.com/16323427/106906667-6c189a00-6723-11eb-8856-91c94d32ec9d.png"> If a challenge phase is private the challenge details appear misaligned. The alignment style should be the same for all phases o...
https://github.com/Cloud-CV/EvalAI/issues/3216
1,612,449,039,000
1,613,174,235,000
null
null
null
null
null
[]
[ "frontend_v2", "GSOC-2021" ]
[ "https://github.com/Cloud-CV/EvalAI/pull/3221" ]
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Add option to set submission visibility on Submit page
### Description In current EvalAI frontend we allow user to specify submission visibility on the `Submit` page. This feature is not present in frontend v2. We need to add an option on the Submit page in frontend v2 to allow users to submit submission visibility (i.e. public/private) Please the screenshot of curre...
https://github.com/Cloud-CV/EvalAI/issues/3217
1,612,449,333,000
1,614,870,739,000
1
4
A
5
Unimplemented Feature Gap
[ "@Ram81 , I would like to work on this issue ." ]
null
null
EvalAI
Cloud-CV/EvalAI
[Frontend_v2] Fix alignment for Precision Value buttons on leaderboard
Leaderboard Precision value `-` and `+` buttons are not properly aligned for **Screen size < 375px** ![image](https://user-images.githubusercontent.com/31778302/107059790-3c899080-67fc-11eb-846a-8021c8a9bef8.png) ##### I would like to work on this issue.
https://github.com/Cloud-CV/EvalAI/issues/3227
1,612,542,302,000
1,612,801,300,000
null
null
null
null
null
[]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3228" ]
EvalAI
Cloud-CV/EvalAI
[Backend] Add feature to stop/delete code upload infrastructure
### Description We have an automated set up to create a code upload worker cluster in host's AWS account which creates all the required services for code upload challenge submission evaluation. We want to add automated support to stop/delete the code upload worker infrastructure. This requires - - [ ] Delete code...
https://github.com/Cloud-CV/EvalAI/issues/3231
1,612,789,540,000
null
1
0
B
2
Unimplemented Feature Gap
[ "@Ram81 May I take this one?", "@Ram81 Would it make sense to store `eks_role_name`, `nodegroup_name` (and some other values) in the `ChallengeEvaluationCluster` Model as well, as in order to delete those we need to refer back to those values. \r\n\r\nCurrently we can parse them while deleting just as we were doi...
null
null
EvalAI
Cloud-CV/EvalAI
Dataset management?
Hello Eval.Ai people! I'm writing to ask about dataset management. So far, datasets are organized manually, which reduces the overall usefulness of the platform. The clear examples of what I'm suggesting are OpenML [1] and Kaggle [2] dataset management. The possibility to fetch the data from the challenge with somet...
https://github.com/Cloud-CV/EvalAI/issues/3235
1,613,042,501,000
1,742,427,172,000
null
null
null
null
null
[ "Thanks for the request @surak but at the moment this is not on our roadmap. Hence, closing this issue." ]
[]
[]
EvalAI
Cloud-CV/EvalAI
Change `created_by` field from integer to username in `api/hosts/challenge_host_team/` API endpoint
https://github.com/Cloud-CV/EvalAI/issues/324
1,483,479,006,000
1,483,854,660,000
1
0
B
3
Configuration Error
[ "can i try?", "Sure. Go ahead. ", "@gauthamzz are you working on it? If yes, can you please do it quicker since we need to fix it soon. ", "@deshraj I'm trying but something is wrong with testing it . cos of proxy . ill try to do it fast \r\n\r\nI'm getting an error Value: Unable to parse connection string: \...
null
null
EvalAI
Cloud-CV/EvalAI
Re-running challenge submissions leads to hanging behavior
Hi EvalAI maintainers, thanks for all you do. I'm a co-organizer of the "Argoverse 3D Detection Competition". I'm noticing that when I try to re-run a submission from the competition (with the "Re-run submission" button), I see "Submitted" or "Running" for the past 10+ hours, when each submission should take no more...
https://github.com/Cloud-CV/EvalAI/issues/3240
1,613,261,007,000
1,613,536,894,000
1
2
A
1
Resource Mishandling
[ "Hi @johnwlambert ,\r\n\r\nThank you for reaching out.\r\n\r\n> I'm a co-organizer of the \"Argoverse 3D Detection Competition\". I'm noticing that when I try to re-run a submission from the competition (with the \"Re-run submission\" button), I see \"Submitted\" or \"Running\" for the past 10+ hours, when each sub...
null
null
EvalAI
Cloud-CV/EvalAI
[Frontendv2] Overlapping issues in Challenge detail section for screen width more than 1440px.
![Screenshot from 2021-02-14 10-02-56](https://user-images.githubusercontent.com/57143358/107868687-4ff7c400-6eac-11eb-82fe-35029158942e.png) ![Screenshot from 2021-02-14 10-06-22](https://user-images.githubusercontent.com/57143358/107868688-51c18780-6eac-11eb-8a36-67b7ba5e7613.png)
https://github.com/Cloud-CV/EvalAI/issues/3241
1,613,277,398,000
1,613,883,967,000
null
null
null
null
null
[ "I would like to work on this.", "Issue will be fixed with #3203." ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3203" ]
EvalAI
Cloud-CV/EvalAI
[Frontendv2] Dynamically changing web container width with screen width.
Currently width of web container does not change dynamically with screen width greater than 768p and number of challenge card are also fixed . ![now](https://user-images.githubusercontent.com/57143358/107871714-19c93d00-6eca-11eb-9b36-618a9897509d.png) I can make it dynamic like this - ![after](https://us...
https://github.com/Cloud-CV/EvalAI/issues/3243
1,613,290,193,000
1,615,882,887,000
null
null
null
null
null
[ "@Ram81 @RishabhJain2018 ,I want to work on this issue, Please assign it to me." ]
[]
[ "https://github.com/Cloud-CV/EvalAI/pull/3203", "https://github.com/Cloud-CV/EvalAI/pull/3253" ]