# UC3M-PIC
Computer Vision class evaluation module for Master in Robotics and Automation at UC3M
## Login
Before evaluating your models, login with GCP credentials:
```
import uc3m_pic
student = uc3m_pic.eval.User(user_id)
student.login(os.path.join(path_to_credentials))
student.open_by_url(url)
```
## Evaluation
Submit your model for evaluation and leaderboard update:
```
student.submit(best_model, exercise=exercise_number)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "uc3m-pic",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "python, pytorch, deep-learning, computer-vision",
"author": null,
"author_email": "ramajoballester <aramajo@ing.uc3m.es>",
"download_url": "https://files.pythonhosted.org/packages/0f/4c/882792a513cf47b635ea95138a18bea4f95039dc94873f8066175b75fb1c/uc3m_pic-0.3.0.tar.gz",
"platform": null,
"description": "# UC3M-PIC\n\nComputer Vision class evaluation module for Master in Robotics and Automation at UC3M\n\n## Login\n\nBefore evaluating your models, login with GCP credentials:\n\n```\nimport uc3m_pic\nstudent = uc3m_pic.eval.User(user_id)\nstudent.login(os.path.join(path_to_credentials))\nstudent.open_by_url(url)\n```\n\n## Evaluation\n\nSubmit your model for evaluation and leaderboard update:\n\n```\nstudent.submit(best_model, exercise=exercise_number)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Helper package for UC3M PIC course",
"version": "0.3.0",
"project_urls": {
"Bug Tracker": "https://github.com/ramajoballester/UC3M-PIC/issues",
"Documentation": "https://github.com/ramajoballester/UC3M-PIC",
"Homepage": "https://github.com/ramajoballester/UC3M-PIC"
},
"split_keywords": [
"python",
" pytorch",
" deep-learning",
" computer-vision"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2e56787daaf242220f974c6007f4d54bd8707f27f368539655a172d2306692fe",
"md5": "1e1acb97c79646d59642a7dfcd4d30f5",
"sha256": "6f66f3981adadb761b8c30ec78f53039e0ad4a9574270b7e3cecae8f6a601479"
},
"downloads": -1,
"filename": "uc3m_pic-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e1acb97c79646d59642a7dfcd4d30f5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 18286,
"upload_time": "2024-11-26T22:42:44",
"upload_time_iso_8601": "2024-11-26T22:42:44.488641Z",
"url": "https://files.pythonhosted.org/packages/2e/56/787daaf242220f974c6007f4d54bd8707f27f368539655a172d2306692fe/uc3m_pic-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f4c882792a513cf47b635ea95138a18bea4f95039dc94873f8066175b75fb1c",
"md5": "e74d567626bc709f9c7a557c2109ab5f",
"sha256": "558e44355aa070c46fcd484ba37c3fd07b4f7550bb5fdd4292b04f0ada0da367"
},
"downloads": -1,
"filename": "uc3m_pic-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "e74d567626bc709f9c7a557c2109ab5f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 19006,
"upload_time": "2024-11-26T22:42:46",
"upload_time_iso_8601": "2024-11-26T22:42:46.292108Z",
"url": "https://files.pythonhosted.org/packages/0f/4c/882792a513cf47b635ea95138a18bea4f95039dc94873f8066175b75fb1c/uc3m_pic-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 22:42:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ramajoballester",
"github_project": "UC3M-PIC",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "uc3m-pic"
}