{ "info": { "author": "Donggun LEE", "author_email": "gnyotnu39@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# VideoToSMI\nCreate a smi file based on the video.\n\n- Copyright (c) 2019 [InfoLab](http://infolab.kunsan.ac.kr) ([Donggun LEE](http://duration.digimoon.net))\n- How to install\n ```bash\n pip install VideoToSMI\n ```\n - other version\n ```bash\n # 0.0.1\n pip install VideoToSMI==0.0.1\n ```\n- Functions\n ```python\n video = Video()\n\n # Goto https://github.com/Sotaneum/deepgeo\n def add_model(model_name, lib_name, config_data):\n pass\n\n # TO SMI\n def detect(file_url, model_name, frame_set, rotation, filter)\n return FILE\n ```\n- How to use\n - Import VideoToSMI\n ```python\n from videotosmi import Video\n ```\n - Video To SMI\n ```python\n video = Video()\n video.add_model('mscoco','maskrcnn','d:/config.json')\n filter_ = ['car','bus','truck']\n video.detect('d:/test.mov','mscoco',ftr=filter_)\n\n # rotation 180\n video.detect('d:/test.mov','mscoco',rotation=180, ftr=filter_)\n\n #Frame 60\n video.detect('d:/test.mov','mscoco',frame_set=60,rotation=180, ftr=filter_)\n ```\n\n", "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/Sotaneum/VideoToSMI", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "videotosmi", "package_url": "https://pypi.org/project/videotosmi/", "platform": "", "project_url": "https://pypi.org/project/videotosmi/", "project_urls": { "Homepage": "https://github.com/Sotaneum/VideoToSMI" }, "release_url": "https://pypi.org/project/videotosmi/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Create a smi file based on the video.", "version": "0.0.1" }, "last_serial": 5346706, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cb875cf716e8c33cc403e14b0b6f0e78", "sha256": "5c3d97aeea949338c80bfe836d010b2597be5693a526c46913525869356098fd" }, "downloads": -1, "filename": "videotosmi-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cb875cf716e8c33cc403e14b0b6f0e78", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4911, "upload_time": "2019-06-01T16:05:08", "url": "https://files.pythonhosted.org/packages/5a/7a/3b718cadbc007f711492f4c39820a28585de2c20118c1e3eba47aced5a53/videotosmi-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2e587b37fe10fcf7f93b9ac38b80ef9", "sha256": "94c6d971c14ebe17e78d9d67c46588df0147fd4a9b398f00776159a2ae0e40e6" }, "downloads": -1, "filename": "videotosmi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e2e587b37fe10fcf7f93b9ac38b80ef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4204, "upload_time": "2019-06-01T16:05:10", "url": "https://files.pythonhosted.org/packages/9d/a0/0a24e4a1efc4761776ddeeaf39edc16a819f580590cd961108af58e52aac/videotosmi-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb875cf716e8c33cc403e14b0b6f0e78", "sha256": "5c3d97aeea949338c80bfe836d010b2597be5693a526c46913525869356098fd" }, "downloads": -1, "filename": "videotosmi-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cb875cf716e8c33cc403e14b0b6f0e78", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4911, "upload_time": "2019-06-01T16:05:08", "url": "https://files.pythonhosted.org/packages/5a/7a/3b718cadbc007f711492f4c39820a28585de2c20118c1e3eba47aced5a53/videotosmi-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2e587b37fe10fcf7f93b9ac38b80ef9", "sha256": "94c6d971c14ebe17e78d9d67c46588df0147fd4a9b398f00776159a2ae0e40e6" }, "downloads": -1, "filename": "videotosmi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e2e587b37fe10fcf7f93b9ac38b80ef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4204, "upload_time": "2019-06-01T16:05:10", "url": "https://files.pythonhosted.org/packages/9d/a0/0a24e4a1efc4761776ddeeaf39edc16a819f580590cd961108af58e52aac/videotosmi-0.0.1.tar.gz" } ] }