evalai-cli
evalai-cli copied to clipboard
:cloud: :rocket: Official EvalAI Command Line Tool
This PR follows up on the previous one: https://github.com/Cloud-CV/EvalAI/pull/4349
I run `evalai challenges` and got `404 Client Error: Not Found for url: https://eval.ai/api/challenges/challenge/all`. What is the problem? Thanks!
Hi, I‘m trying to test my CARLA agent on the CARLA leaderboard 1.0 ([CARLA Autonomous Driving Challenge 2.0](https://eval.ai/web/challenges/challenge-page/2098/overview)), for which I have obtained permission from the organizers to compete. I...
Added Try-except blocks at different places where there were potential errors to arise
the file :https://github.com/Cloud-CV/evalai-cli/blob/master/evalai/submissions.py. here we have several places where we try to fetch entries from the HTTP responses. We want to add proper exception handling in case we do not...
When making docker submissions the AWS region is hardcoded to `us-east-1`: https://github.com/Cloud-CV/evalai-cli/blob/20fe1e61aa263aa8d16f93f67b24fefa6367c868/evalai/submissions.py#L124-L130 It remains possible to set arbitrary `AWS_REGION` values in eval-ai though: https://github.com/Cloud-CV/EvalAI/blob/master/apps/challenges/utils.py#L66-L89 The issue specific to https://github.com/Cloud-CV/evalai-cli is:...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Hello, in `requirements.txt` there are lots of dependencies whose versions are fixed, this is causing trouble when pip tries to resolve dependency issues. Often times evalai cli runs without problem...
Error message like `you have not participated in the challenge` is not shown when a user tries to submit to a challenge without participating in it.
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...