# 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/25/74/1fbd47bfcfc36862d3ea41582f65644c3aa0994c60e12461b7739252d8c9/uc3m_pic-0.2.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.2.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": "8ae46d42a650418aa36e0bbfbbc4078f9f1c39d32659aa75e67fe061cd8b5a79",
"md5": "315707c59c3edd1d0abaab827f48f69a",
"sha256": "0532877ba64efaa2e9fc9a35ff2af1a5e128d36dfb71f341a2ec450be62eaf08"
},
"downloads": -1,
"filename": "uc3m_pic-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "315707c59c3edd1d0abaab827f48f69a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 17923,
"upload_time": "2024-10-16T21:16:59",
"upload_time_iso_8601": "2024-10-16T21:16:59.301951Z",
"url": "https://files.pythonhosted.org/packages/8a/e4/6d42a650418aa36e0bbfbbc4078f9f1c39d32659aa75e67fe061cd8b5a79/uc3m_pic-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25741fbd47bfcfc36862d3ea41582f65644c3aa0994c60e12461b7739252d8c9",
"md5": "2015dd983ea9db5b785f2aa38b4a57bd",
"sha256": "5a8f24bcf44ff8eb5881970afcbee9cfd669b9c38832b517bacd42252c966970"
},
"downloads": -1,
"filename": "uc3m_pic-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "2015dd983ea9db5b785f2aa38b4a57bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 18519,
"upload_time": "2024-10-16T21:17:01",
"upload_time_iso_8601": "2024-10-16T21:17:01.165588Z",
"url": "https://files.pythonhosted.org/packages/25/74/1fbd47bfcfc36862d3ea41582f65644c3aa0994c60e12461b7739252d8c9/uc3m_pic-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 21:17:01",
"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"
}