{ "info": { "author": "Shingo Kitagawa", "author_email": "shingogo.5511@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "chainer-fcis - FCIS\n===================\n[![PyPI Version](https://img.shields.io/pypi/v/fcis.svg)](https://pypi.python.org/pypi/fcis)\n![Build Status](https://travis-ci.org/knorth55/chainer-fcis.svg?branch=master)\n\n![Example](static/coco_example.png)\n\nThis is [Chainer](https://github.com/chainer/chainer) implementation of [Fully Convolutional Instance-aware Semantic Segmentation](https://arxiv.org/abs/1611.07709).\n\nOriginal Mxnet repository is [msracver/FCIS](https://github.com/msracver/FCIS).\n\nRequirement\n-----------\n\n- [CuPy](https://github.com/cupy/cupy)\n- [Chainer](https://github.com/chainer/chainer)\n- [ChainerCV](https://github.com/chainer/chainercv)\n- OpenCV2\n\nAdditional Requirement\n----------------------\n- For COCO Dataset class\n - [Cython](http://cython.org/)\n - [pycocotools](https://github.com/cocodataset/cocoapi)\n \n- For COCO Training\n - [OpenMPI](https://www.open-mpi.org/)\n - [nccl](https://developer.nvidia.com/nccl)\n - [ChainerMN](https://github.com/chainer/chainermn)\n\nNotification\n------------\n- Only GPU implementation, No CPU implementation yet.\n\nTODO\n----\n- VOC\n - [x] Reproduce original repo training accuracy\n - [ ] Refine evaluation code\n- COCO\n - [ ] Reproduce original repo training accuracy\n - [ ] Refine evaluation code\n\nInstallation\n------------\n\nWe recommend to use [Anacoda](https://anaconda.org/).\n\n```bash\n# Requirement installation\nconda create -n fcis python=2.7\nconda install -c menpo opencv\npip install cupy\n\n# Installation\npip install fcis\n```\n\nInference\n---------\n```bash\ncd examples/coco/\npython demo.py\n```\n\nAbove is our implementation output, and below is original.\n\n\n\n\nTraining\n--------\n\n```bash\ncd examples/voc/\npython train.py\n```\n\nLICENSE\n-------\n[MIT LICENSE](LICENSE)\n\n\nPowered by [DL HACKS](http://deeplearning.jp/hacks/)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/knorth55/chainer-fcis", "keywords": "machine-learning", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fcis", "package_url": "https://pypi.org/project/fcis/", "platform": "", "project_url": "https://pypi.org/project/fcis/", "project_urls": { "Homepage": "https://github.com/knorth55/chainer-fcis" }, "release_url": "https://pypi.org/project/fcis/2.1.3/", "requires_dist": null, "requires_python": "", "summary": "Chainer Implementation of FCIS", "version": "2.1.3" }, "last_serial": 3671658, "releases": { "2.1.0": [ { "comment_text": "", "digests": { "md5": "a180291a05f0a163be0902db741e6a70", "sha256": "c3d8f85bb70e1cad847ca56d02d13d4e0c47ddf4702da363910664e0e4f8c4da" }, "downloads": -1, "filename": "fcis-2.1.0.tar.gz", "has_sig": false, "md5_digest": "a180291a05f0a163be0902db741e6a70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1544448, "upload_time": "2018-01-30T02:07:52", "url": "https://files.pythonhosted.org/packages/8a/3f/5070d84255784e95fe1fefd7004e61c82d7e4c3929d17eca46361baa634a/fcis-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "9490dbc20bdeaf9a88c42b0a98683f3b", "sha256": "1b422d7fea52fb057c72c5d48bdde588567a05b7a21742b0f90cb0a2050a06b2" }, "downloads": -1, "filename": "fcis-2.1.1.tar.gz", "has_sig": false, "md5_digest": "9490dbc20bdeaf9a88c42b0a98683f3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1583818, "upload_time": "2018-02-01T12:07:03", "url": "https://files.pythonhosted.org/packages/03/ec/8c6465c46628db3965639da9ad4db3b73433ca9cfdcbf831f8089541b3d1/fcis-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "f5a158e83b3a96803c613d6abfd42f70", "sha256": "e6562800f14c9fe1b4f902bb88b2e6e3f8a7b8805b1b65988cba327b1d409a30" }, "downloads": -1, "filename": "fcis-2.1.2.tar.gz", "has_sig": false, "md5_digest": "f5a158e83b3a96803c613d6abfd42f70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1542779, "upload_time": "2018-02-01T13:09:44", "url": "https://files.pythonhosted.org/packages/c8/57/379dd42ab01c2171ccb79a8155bddc9bdc1625dda76d0869b6783e88fdb4/fcis-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "85dd71dfb422c22cad10561eba9582aa", "sha256": "20e4776660c492d743422b7c9c392425dfa07e28c2b8c91e8842e6559ec89fa8" }, "downloads": -1, "filename": "fcis-2.1.3.tar.gz", "has_sig": false, "md5_digest": "85dd71dfb422c22cad10561eba9582aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1543085, "upload_time": "2018-03-15T08:35:18", "url": "https://files.pythonhosted.org/packages/65/2e/71c3ad2a4533de682b128216d75a040abec087027d0611c12f423015955f/fcis-2.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85dd71dfb422c22cad10561eba9582aa", "sha256": "20e4776660c492d743422b7c9c392425dfa07e28c2b8c91e8842e6559ec89fa8" }, "downloads": -1, "filename": "fcis-2.1.3.tar.gz", "has_sig": false, "md5_digest": "85dd71dfb422c22cad10561eba9582aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1543085, "upload_time": "2018-03-15T08:35:18", "url": "https://files.pythonhosted.org/packages/65/2e/71c3ad2a4533de682b128216d75a040abec087027d0611c12f423015955f/fcis-2.1.3.tar.gz" } ] }