This repository contains implementations of various architectures used in `Computer Vision`.
Most implementations that are provided alongside research papers are with keeping 2D natural images in mind. However, there are many use cases where the same architectures are desired for a 3D space, for eg. in medical imaging, video games, environment reconstruction etc. For this reason, most (but not all) of the architectures in this repository are 3D implementations of popular research papers.
Raw data
{
"_id": null,
"home_page": "https://github.com/arjunagarwal899/vision_architectures",
"name": "vision-architectures",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "nbdev jupyter notebook python",
"author": "Arjun Agarwal",
"author_email": "arjunagarwal899@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3d/1e/82bb424b6d18050017ddaa342cf95b57ad6fcb98019d3349f33172d35dda/vision_architectures-0.5.tar.gz",
"platform": null,
"description": "This repository contains implementations of various architectures used in `Computer Vision`.\n\nMost implementations that are provided alongside research papers are with keeping 2D natural images in mind. However, there are many use cases where the same architectures are desired for a 3D space, for eg. in medical imaging, video games, environment reconstruction etc. For this reason, most (but not all) of the architectures in this repository are 3D implementations of popular research papers.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Vision architectures",
"version": "0.5",
"project_urls": {
"Homepage": "https://github.com/arjunagarwal899/vision_architectures"
},
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d574d257712d2bfc14bb7f826f53d5073145a3c02cc89e1f7f1224e9d453ae6b",
"md5": "28ec89d1c9050206fd2d0569428e49b5",
"sha256": "b6e374b511cccf8f277e017f31540b9447e75227cbab4ace22ca2d72df87b0b7"
},
"downloads": -1,
"filename": "vision_architectures-0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "28ec89d1c9050206fd2d0569428e49b5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 63346,
"upload_time": "2024-11-07T10:11:06",
"upload_time_iso_8601": "2024-11-07T10:11:06.048785Z",
"url": "https://files.pythonhosted.org/packages/d5/74/d257712d2bfc14bb7f826f53d5073145a3c02cc89e1f7f1224e9d453ae6b/vision_architectures-0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d1e82bb424b6d18050017ddaa342cf95b57ad6fcb98019d3349f33172d35dda",
"md5": "16241a369db41f75d08cbafa12369d82",
"sha256": "011ea87daaabbf62cbbd8f2069c609251de16ba1586a2c8a667ab9e92700d47e"
},
"downloads": -1,
"filename": "vision_architectures-0.5.tar.gz",
"has_sig": false,
"md5_digest": "16241a369db41f75d08cbafa12369d82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 51057,
"upload_time": "2024-11-07T10:11:07",
"upload_time_iso_8601": "2024-11-07T10:11:07.933907Z",
"url": "https://files.pythonhosted.org/packages/3d/1e/82bb424b6d18050017ddaa342cf95b57ad6fcb98019d3349f33172d35dda/vision_architectures-0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 10:11:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "arjunagarwal899",
"github_project": "vision_architectures",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "torch",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "einops",
"specs": []
},
{
"name": "huggingface_hub",
"specs": []
}
],
"lcname": "vision-architectures"
}