wale-net


Namewale-net JSON
Version 3.0.3 PyPI version JSON
download
home_pagehttps://github.com/TUMFTM/Wale-Net
SummaryPrediction module for CommonRoad
upload_time2023-07-10 08:16:42
maintainer
docs_urlNone
authorMaximilian Geisslinger, Phillip Karle
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements torch scipy progressbar2 numpy opencv-python tensorboard IPython gitpython matplotlib Pillow commonroad-io joblib tqdm bayesian-optimization names pkbar
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
This package provides a Recurrent Neural Network (RNN) for vehicle trajectory prediction with uncertainties.
It builds up on the work of [Convolutional Social Pooling](https://github.com/nachiket92/conv-social-pooling).
It has been adapted to CommonRoad and extended by the ability of scene understanding and online learning.

For further information see the Readme here:
https://github.com/TUMFTM/Wale-Net

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TUMFTM/Wale-Net",
    "name": "wale-net",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Maximilian Geisslinger, Phillip Karle",
    "author_email": "maximilian.geisslinger@tum.de, karle@ftm.mw.tum.de",
    "download_url": "https://files.pythonhosted.org/packages/95/5d/822067af0e20a39e1155ed541b42ec695a33d28616bcb0e5e8581bee6647/wale-net-3.0.3.tar.gz",
    "platform": null,
    "description": "\nThis package provides a Recurrent Neural Network (RNN) for vehicle trajectory prediction with uncertainties.\nIt builds up on the work of [Convolutional Social Pooling](https://github.com/nachiket92/conv-social-pooling).\nIt has been adapted to CommonRoad and extended by the ability of scene understanding and online learning.\n\nFor further information see the Readme here:\nhttps://github.com/TUMFTM/Wale-Net\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Prediction module for CommonRoad",
    "version": "3.0.3",
    "project_urls": {
        "Homepage": "https://github.com/TUMFTM/Wale-Net"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc407f8b5c9c3e8701a41211c90c6ba9214295cd255a8db64b45ed537a740967",
                "md5": "8806d37f97fa9497ddb1f95fa1189392",
                "sha256": "19d8ac0a287ec7c25a84e325e29c52927a79f5e96b8daf71021dd4ffabae34e1"
            },
            "downloads": -1,
            "filename": "wale_net-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8806d37f97fa9497ddb1f95fa1189392",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1820268,
            "upload_time": "2023-07-10T08:16:39",
            "upload_time_iso_8601": "2023-07-10T08:16:39.291302Z",
            "url": "https://files.pythonhosted.org/packages/fc/40/7f8b5c9c3e8701a41211c90c6ba9214295cd255a8db64b45ed537a740967/wale_net-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "955d822067af0e20a39e1155ed541b42ec695a33d28616bcb0e5e8581bee6647",
                "md5": "b936bbe19c3c28aaa24f88eff9f9ed7e",
                "sha256": "a05041c0a696eaa62c8461e03411f5828b2b82955df13564f2f31d56288d4778"
            },
            "downloads": -1,
            "filename": "wale-net-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b936bbe19c3c28aaa24f88eff9f9ed7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1813701,
            "upload_time": "2023-07-10T08:16:42",
            "upload_time_iso_8601": "2023-07-10T08:16:42.249921Z",
            "url": "https://files.pythonhosted.org/packages/95/5d/822067af0e20a39e1155ed541b42ec695a33d28616bcb0e5e8581bee6647/wale-net-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 08:16:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TUMFTM",
    "github_project": "Wale-Net",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "torch",
            "specs": [
                [
                    ">=",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "progressbar2",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "tensorboard",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "IPython",
            "specs": []
        },
        {
            "name": "gitpython",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "commonroad-io",
            "specs": [
                [
                    "==",
                    "2020.3"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "bayesian-optimization",
            "specs": []
        },
        {
            "name": "names",
            "specs": []
        },
        {
            "name": "pkbar",
            "specs": []
        }
    ],
    "lcname": "wale-net"
}
        
Elapsed time: 0.11198s