{ "info": { "author": "Steven H. Wang", "author_email": "wang.steven.h@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pedestrian_prediction\nRealtime, confidence-varying trajectory prediction for \"Probabilistically Safe Robot Planning with Confidence-Based Human Predictions\". RSS '18\n\n## Installation\n```\ngit clone https://github.com/sirspinach/pedestrian_prediction.git\ncd pedestrian_prediction\npip install -e .\n```\n\n## Module contents\n * `pp.mdp`: Data structures and value iteration algorithms for two types of GridWorlds -- a standard GridWorld with only lateral and diagonal movement, and a GridWorldExpanded in which actions operate in \"gridless\" continuous space but are snapped to the nearest grid cell.\n * `pp.inference`: Algorithms for inferring destinations, occupancies, and states given a GridWorld, a list of destinations, and the pedestrian's trajectory so far.\n * `pp.util`: Utilities for parsing and trajectory manipulation.\n * `pp.plots`: Plot simulated trajectories, overlayed with heatmaps of predicted states. Produce some test plots by executing `python -m pp.plot`. (Requires plotly)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sirspinach/pedestrian_prediction", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pedestrian-prediction", "package_url": "https://pypi.org/project/pedestrian-prediction/", "platform": "", "project_url": "https://pypi.org/project/pedestrian-prediction/", "project_urls": { "Homepage": "https://github.com/sirspinach/pedestrian_prediction" }, "release_url": "https://pypi.org/project/pedestrian-prediction/0.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.1" }, "last_serial": 5560002, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e45f309664df522a2c6da685c1a1bad3", "sha256": "6e1ce4435500506060ab20a6434db37a2c25dd996352deb9fcb0c4c0aa0db876" }, "downloads": -1, "filename": "pedestrian_prediction-0.1.tar.gz", "has_sig": false, "md5_digest": "e45f309664df522a2c6da685c1a1bad3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1898, "upload_time": "2019-07-20T07:24:52", "url": "https://files.pythonhosted.org/packages/73/7d/ba338fc25682637757a2835b8b4b5c8024d6b3343624d8734788740f117b/pedestrian_prediction-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e45f309664df522a2c6da685c1a1bad3", "sha256": "6e1ce4435500506060ab20a6434db37a2c25dd996352deb9fcb0c4c0aa0db876" }, "downloads": -1, "filename": "pedestrian_prediction-0.1.tar.gz", "has_sig": false, "md5_digest": "e45f309664df522a2c6da685c1a1bad3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1898, "upload_time": "2019-07-20T07:24:52", "url": "https://files.pythonhosted.org/packages/73/7d/ba338fc25682637757a2835b8b4b5c8024d6b3343624d8734788740f117b/pedestrian_prediction-0.1.tar.gz" } ] }