nerf-torch


Namenerf-torch JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/kyegomez/nerf
SummaryPaper - Pytorch
upload_time2023-09-19 23:08:42
maintainer
docs_urlNone
authorKye Gomez
requires_python>=3.6,<4.0
licenseMIT
keywords artificial intelligence deep learning optimizers prompt engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Nerf
My personal implementation of the NERF paper, with much better code. Because the original implementation has ugly code and i don't understand absolutely anything there.


[Paper Link](https://arxiv.org/abs/2003.08934)

# Appreciation
* Lucidrains
* Agorians


# Install
`pip install nerf-torch`

# Usage
```python
import torch
from nerf.model import Nerf

model = Nerf()

x = torch.randn(1, 6)

output = model(x)

print(output)
```


# License
MIT

# Citations

```bibtex
@misc{2003.08934,
Author = {Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng},
Title = {NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis},
Year = {2020},
Eprint = {arXiv:2003.08934},
}
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kyegomez/nerf",
    "name": "nerf-torch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
    "author": "Kye Gomez",
    "author_email": "kye@apac.ai",
    "download_url": "https://files.pythonhosted.org/packages/9a/f4/6b203db8c2e8de4b81ed1a5b9d45149f3450d75c2baafe4cc45ffabc4dfd/nerf_torch-0.0.2.tar.gz",
    "platform": null,
    "description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Nerf\nMy personal implementation of the NERF paper, with much better code. Because the original implementation has ugly code and i don't understand absolutely anything there.\n\n\n[Paper Link](https://arxiv.org/abs/2003.08934)\n\n# Appreciation\n* Lucidrains\n* Agorians\n\n\n# Install\n`pip install nerf-torch`\n\n# Usage\n```python\nimport torch\nfrom nerf.model import Nerf\n\nmodel = Nerf()\n\nx = torch.randn(1, 6)\n\noutput = model(x)\n\nprint(output)\n```\n\n\n# License\nMIT\n\n# Citations\n\n```bibtex\n@misc{2003.08934,\nAuthor = {Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng},\nTitle = {NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis},\nYear = {2020},\nEprint = {arXiv:2003.08934},\n}\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Paper - Pytorch",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/kyegomez/nerf",
        "Repository": "https://github.com/kyegomez/nerf"
    },
    "split_keywords": [
        "artificial intelligence",
        "deep learning",
        "optimizers",
        "prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90fb409df9ac451a79b29dd17b28b1025b82c442080b0912aecd24de14fd4f13",
                "md5": "d21a310279285592437897523fb8bee0",
                "sha256": "98e25a9b6937e656544de789be11929355ba0366ea1ce9ea643e91d247624442"
            },
            "downloads": -1,
            "filename": "nerf_torch-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d21a310279285592437897523fb8bee0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 4144,
            "upload_time": "2023-09-19T23:08:41",
            "upload_time_iso_8601": "2023-09-19T23:08:41.211858Z",
            "url": "https://files.pythonhosted.org/packages/90/fb/409df9ac451a79b29dd17b28b1025b82c442080b0912aecd24de14fd4f13/nerf_torch-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9af46b203db8c2e8de4b81ed1a5b9d45149f3450d75c2baafe4cc45ffabc4dfd",
                "md5": "6e10c430ad83182e152a8c1d7c5e6a9c",
                "sha256": "cba75d8f29ce13954e390d06d252ba9cfe27538c2d3a1d9141c5d3cf0f780a23"
            },
            "downloads": -1,
            "filename": "nerf_torch-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6e10c430ad83182e152a8c1d7c5e6a9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 4159,
            "upload_time": "2023-09-19T23:08:42",
            "upload_time_iso_8601": "2023-09-19T23:08:42.541205Z",
            "url": "https://files.pythonhosted.org/packages/9a/f4/6b203db8c2e8de4b81ed1a5b9d45149f3450d75c2baafe4cc45ffabc4dfd/nerf_torch-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 23:08:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyegomez",
    "github_project": "nerf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "nerf-torch"
}
        
Elapsed time: 0.14373s