{ "info": { "author": "Kentaro Wada", "author_email": "www.kentaro.wada@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython" ], "description": "# pytorch-fcn\n\n[![PyPI Version](https://img.shields.io/pypi/v/torchfcn.svg)](https://pypi.python.org/pypi/torchfcn)\n[![Python Versions](https://img.shields.io/pypi/pyversions/torchfcn.svg)](https://pypi.org/project/torchfcn)\n[![GitHub Actions](https://github.com/wkentaro/pytorch-fcn/workflows/CI/badge.svg)](https://github.com/wkentaro/pytorch-fcn/actions)\n\nPyTorch implementation of [Fully Convolutional Networks](https://github.com/shelhamer/fcn.berkeleyvision.org).\n\n\n## Requirements\n\n- [pytorch](https://github.com/pytorch/pytorch) >= 0.2.0\n- [torchvision](https://github.com/pytorch/vision) >= 0.1.8\n- [fcn](https://github.com/wkentaro/fcn) >= 6.1.5\n- [Pillow](https://github.com/python-pillow/Pillow)\n- [scipy](https://github.com/scipy/scipy)\n- [tqdm](https://github.com/tqdm/tqdm)\n\n\n## Installation\n\n```bash\ngit clone https://github.com/wkentaro/pytorch-fcn.git\ncd pytorch-fcn\npip install .\n\n# or\n\npip install torchfcn\n```\n\n\n## Training\n\nSee [VOC example](examples/voc).\n\n\n## Accuracy\n\nAt `10fdec9`.\n\n| Model | Implementation | epoch | iteration | Mean IU | Pretrained Model |\n|:-----:|:--------------:|:-------:|:-----------:|:-------:|:----------------:|\n|FCN32s | [Original](https://github.com/shelhamer/fcn.berkeleyvision.org/tree/master/voc-fcn32s) | - | - | **63.63** | [Download](https://github.com/wkentaro/pytorch-fcn/blob/63bc2c5bf02633f08d0847bb2dbd0b2f90034837/torchfcn/models/fcn32s.py#L31-L37) |\n|FCN32s | Ours |11 | 96000 | 62.84 | |\n|FCN16s | [Original](https://github.com/shelhamer/fcn.berkeleyvision.org/tree/master/voc-fcn16s) | - | - | **65.01** | [Download](https://github.com/wkentaro/pytorch-fcn/blob/63bc2c5bf02633f08d0847bb2dbd0b2f90034837/torchfcn/models/fcn16s.py#L14-L20) |\n|FCN16s | Ours |11 | 96000 | 64.91 | |\n|FCN8s | [Original](https://github.com/shelhamer/fcn.berkeleyvision.org/tree/master/voc-fcn8s) | - | - | **65.51** | [Download](https://github.com/wkentaro/pytorch-fcn/blob/63bc2c5bf02633f08d0847bb2dbd0b2f90034837/torchfcn/models/fcn8s.py#L14-L20) |\n|FCN8s | Ours | 7 | 60000 | 65.49 | |\n|FCN8sAtOnce | [Original](https://github.com/shelhamer/fcn.berkeleyvision.org/tree/master/voc-fcn8s-atonce) | - | - | **65.40** | [Download](https://github.com/wkentaro/pytorch-fcn/blob/63bc2c5bf02633f08d0847bb2dbd0b2f90034837/torchfcn/models/fcn8s.py#L177-L183) |\n|FCN8sAtOnce | Ours |11 | 96000 | 64.74 | |\n\n\nVisualization of validation result of FCN8s.\n\n\n## Cite This Project\n\nIf you use this project in your research or wish to refer to the baseline results published in the README, please use the following BibTeX entry.\n\n```bash\n@misc{pytorch-fcn2017,\n author = {Ketaro Wada},\n title = {{pytorch-fcn: PyTorch Implementation of Fully Convolutional Networks}},\n howpublished = {\\url{https://github.com/wkentaro/pytorch-fcn}},\n year = {2017}\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/wkentaro/pytorch-fcn", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "torchfcn", "package_url": "https://pypi.org/project/torchfcn/", "platform": "", "project_url": "https://pypi.org/project/torchfcn/", "project_urls": { "Homepage": "https://github.com/wkentaro/pytorch-fcn" }, "release_url": "https://pypi.org/project/torchfcn/1.9.6/", "requires_dist": null, "requires_python": "", "summary": "PyTorch Implementation of Fully Convolutional Networks.", "version": "1.9.6" }, "last_serial": 5741283, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "429cabff473ad3af7586a4304b6e981c", "sha256": "75c7603947cf14aa9ed1ebb0892c277b8c2b00d4f60a699f48d391afac91cd75" }, "downloads": -1, "filename": "torchfcn-1.0.tar.gz", "has_sig": false, "md5_digest": "429cabff473ad3af7586a4304b6e981c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8574, "upload_time": "2017-03-24T03:56:51", "url": "https://files.pythonhosted.org/packages/76/bb/0228fca3a7c355506af6fa03aeb7f2078bb46a21f88676066242ebae119e/torchfcn-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "df201c0ad58751297293310356e698de", "sha256": "0cfb6fa5732699f45c4e6188b92d4b6f8289004efeaa99569e786174982f4bc7" }, "downloads": -1, "filename": "torchfcn-1.1.tar.gz", "has_sig": false, "md5_digest": "df201c0ad58751297293310356e698de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8034, "upload_time": "2017-03-25T16:51:54", "url": "https://files.pythonhosted.org/packages/30/be/c1dbd806d03266e8fbdbe2221054a0498e847b43270c51723be6a0bb123c/torchfcn-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "3583c1729af5548d23d0de3d4fa355ba", "sha256": "7f9b7f892ec81e9fc3bce912b82d4975adc2167618955f381cca19231444942e" }, "downloads": -1, "filename": "torchfcn-1.2.tar.gz", "has_sig": false, "md5_digest": "3583c1729af5548d23d0de3d4fa355ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8035, "upload_time": "2017-03-29T14:34:30", "url": "https://files.pythonhosted.org/packages/ad/ef/c9a3e3467526cafb1359c049ff33c72e46fac06556f805985a2b4ebb6e6b/torchfcn-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "b436a61250ec827e025e6fe51b021500", "sha256": "97a0ba65d1585c1a84c08452e4f05104cc7bf84a5cbe167e8b0670d8a01d94c9" }, "downloads": -1, "filename": "torchfcn-1.3.tar.gz", "has_sig": false, "md5_digest": "b436a61250ec827e025e6fe51b021500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64818, "upload_time": "2017-03-29T14:45:03", "url": "https://files.pythonhosted.org/packages/01/a4/5687de617fbd54a5f8270dc3c6e02538b83322f25cfe7d10582a478646d2/torchfcn-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "1493b532a989db92d59b2312c1293fdf", "sha256": "bb676de931945053b7301c2ea62cda8587cdedaaf5fa9df2745d6713caf3a2b2" }, "downloads": -1, "filename": "torchfcn-1.4.tar.gz", "has_sig": false, "md5_digest": "1493b532a989db92d59b2312c1293fdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64797, "upload_time": "2017-04-12T07:07:31", "url": "https://files.pythonhosted.org/packages/30/97/ff5331bc0b79e1c4bcaefd12b2cea5de56b424d13e32336b8d9cc959b79a/torchfcn-1.4.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "8c9281697afb9004a71f72583418aa08", "sha256": "e68810d2ea5140eab9ed21fcca2f3994f484fbb980d4f80c376cccbb28556a28" }, "downloads": -1, "filename": "torchfcn-1.4.1.tar.gz", "has_sig": false, "md5_digest": "8c9281697afb9004a71f72583418aa08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64922, "upload_time": "2017-04-12T07:09:10", "url": "https://files.pythonhosted.org/packages/ab/f2/2adc3d4860bd8b89710b448c0671d6b5301cf170c6b3f1dc9e03c7eeda83/torchfcn-1.4.1.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "b4e83a59b687d3d9ed6c9886e19f2178", "sha256": "f6941effd72a4880ccbc8bfa04eb08503a3ca9d4950f222ecc7e6ca66a7e9055" }, "downloads": -1, "filename": "torchfcn-1.5.0.tar.gz", "has_sig": false, "md5_digest": "b4e83a59b687d3d9ed6c9886e19f2178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66590, "upload_time": "2017-05-19T12:38:51", "url": "https://files.pythonhosted.org/packages/1b/4f/244aaa4aceed9968ee94f6d05370f13c7acd9b85d4e2299927621a56d922/torchfcn-1.5.0.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "e1794390d9af2f1e27979d1d0c928504", "sha256": "a8d0df4e49190051cab4485bd8bcd024edc9310c7a61d3065ee4b76ce269ef28" }, "downloads": -1, "filename": "torchfcn-1.6.0.tar.gz", "has_sig": false, "md5_digest": "e1794390d9af2f1e27979d1d0c928504", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63502, "upload_time": "2017-08-07T21:17:19", "url": "https://files.pythonhosted.org/packages/fe/f4/6ff5529b389a83f045d18d3de2454b08d192d1ba7b92f67802292b4653ad/torchfcn-1.6.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "1feb0550d5c8cb9018cf8d87007f7300", "sha256": "c694f1aafae20001f19f71e41e97491b78eecd8e170ecb6407079f36633bcf14" }, "downloads": -1, "filename": "torchfcn-1.6.1.tar.gz", "has_sig": false, "md5_digest": "1feb0550d5c8cb9018cf8d87007f7300", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63490, "upload_time": "2017-08-07T22:07:37", "url": "https://files.pythonhosted.org/packages/95/84/fce6d0d586b173d9c0bc668506eb5573f41dcbc79ff6070efd3a02a86b0a/torchfcn-1.6.1.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "797e96804d9f7344311a7dc7c23fc5b4", "sha256": "5ed5fc30f26c660e6895021153c838ba08f0910d5a111ec11d11e900c2c51d9c" }, "downloads": -1, "filename": "torchfcn-1.7.0.tar.gz", "has_sig": false, "md5_digest": "797e96804d9f7344311a7dc7c23fc5b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67936, "upload_time": "2017-08-08T17:05:34", "url": "https://files.pythonhosted.org/packages/30/58/072b2c9d307b3e4eb1864990a9d44ee815cd288b5a2d58aa2fda94455c06/torchfcn-1.7.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "409b7af53949e7336d9e838600fb718e", "sha256": "42c396350696bbb938b2479181aa4d889cde0aed06305a5627544a96e1695877" }, "downloads": -1, "filename": "torchfcn-1.7.1.tar.gz", "has_sig": false, "md5_digest": "409b7af53949e7336d9e838600fb718e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65896, "upload_time": "2017-11-17T11:18:47", "url": "https://files.pythonhosted.org/packages/8d/de/ecd5565b45d904e5a663f52f59aaf6de67ab3de5adbab5ee32fcc013b987/torchfcn-1.7.1.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "f03ddd2de13052fdad19a666f91fb107", "sha256": "6d3a83572f37fb2ab10da4f15bb210013aefd929e6aa381ca9a9ddd64e16eeda" }, "downloads": -1, "filename": "torchfcn-1.7.2.tar.gz", "has_sig": false, "md5_digest": "f03ddd2de13052fdad19a666f91fb107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65926, "upload_time": "2017-11-28T01:23:57", "url": "https://files.pythonhosted.org/packages/45/0a/9cdec59281dff3d8175f58c76ffd2fc473f738fdc279265600fb967f4e5f/torchfcn-1.7.2.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "3f487bd96efeb6e4b15576bba32ddc04", "sha256": "879ac4e40f79c009df070c7eaa8323bd17b0cde09e7bec51f9947f097135629d" }, "downloads": -1, "filename": "torchfcn-1.8.0.tar.gz", "has_sig": false, "md5_digest": "3f487bd96efeb6e4b15576bba32ddc04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65988, "upload_time": "2018-01-22T09:55:21", "url": "https://files.pythonhosted.org/packages/ea/1a/4fa24ab8f164d367d713d6bcd32b1ef149617d4477255b3c2af0ceb2b7cc/torchfcn-1.8.0.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "a0c557af53cd59483369b4e0cbbd1198", "sha256": "cf3490a391425df784952c33fea93767964d7c8d5b1f974b711d106c7b45bccb" }, "downloads": -1, "filename": "torchfcn-1.9.0.tar.gz", "has_sig": false, "md5_digest": "a0c557af53cd59483369b4e0cbbd1198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67505, "upload_time": "2018-06-08T13:33:41", "url": "https://files.pythonhosted.org/packages/e8/5e/cfd5f635fab1d512121420a03fc385c1de4e262bcd1a436f50fc9660e4dd/torchfcn-1.9.0.tar.gz" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "180a606e9ac098f099008ebad0f8f467", "sha256": "cd6d8fcde72cb2091ecc027f9c8a9b581970a62c8c16f08c0611e3f3d254fa2a" }, "downloads": -1, "filename": "torchfcn-1.9.1.tar.gz", "has_sig": false, "md5_digest": "180a606e9ac098f099008ebad0f8f467", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66108, "upload_time": "2019-01-02T16:29:18", "url": "https://files.pythonhosted.org/packages/4f/f4/38391d82570a0f1980b9239af82771757740dd9701f3bbcfcc68f6910cf7/torchfcn-1.9.1.tar.gz" } ], "1.9.2": [ { "comment_text": "", "digests": { "md5": "9ede1bd31fd8824376bbc7b331dd7d43", "sha256": "24960feec562d071140110effb8220e4dfdaa3300246bd412d007b7fd2c287c4" }, "downloads": -1, "filename": "torchfcn-1.9.2.tar.gz", "has_sig": false, "md5_digest": "9ede1bd31fd8824376bbc7b331dd7d43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67057, "upload_time": "2019-01-02T16:30:10", "url": "https://files.pythonhosted.org/packages/db/dc/ebeade27aec4f19c7c244beab7b26751f982e42e2e1c664d00cacb37a357/torchfcn-1.9.2.tar.gz" } ], "1.9.3": [ { "comment_text": "", "digests": { "md5": "66f896af7c3ec94e099af03bf4e96b6b", "sha256": "796c399c150bf547ab7138660b6e1f7515066de86f275f710e7931e665431d00" }, "downloads": -1, "filename": "torchfcn-1.9.3.tar.gz", "has_sig": false, "md5_digest": "66f896af7c3ec94e099af03bf4e96b6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67085, "upload_time": "2019-01-04T08:13:53", "url": "https://files.pythonhosted.org/packages/ab/b5/767607c607c8678e2342db4cb1a7763e74ed892f2f82f1ab30950e76c17b/torchfcn-1.9.3.tar.gz" } ], "1.9.4": [ { "comment_text": "", "digests": { "md5": "648b5a4e34eaff2e97d28e055e7eedb1", "sha256": "6978f5f8281442370b4063e1f7da6ba573ac5794eb537db6db18bc5ff3764eee" }, "downloads": -1, "filename": "torchfcn-1.9.4.tar.gz", "has_sig": false, "md5_digest": "648b5a4e34eaff2e97d28e055e7eedb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66900, "upload_time": "2019-03-01T12:17:59", "url": "https://files.pythonhosted.org/packages/78/c3/f0db13c8b8081fa0413c7f5a627adbfb43ece99d23c1401e306a744e83c6/torchfcn-1.9.4.tar.gz" } ], "1.9.5": [ { "comment_text": "", "digests": { "md5": "f20329f5bc959182f8df51c410769211", "sha256": "3065c74899dc0472d96c4b79c464d062ef1ed050777c19d47674e65a89f13d14" }, "downloads": -1, "filename": "torchfcn-1.9.5.tar.gz", "has_sig": false, "md5_digest": "f20329f5bc959182f8df51c410769211", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67064, "upload_time": "2019-08-28T05:12:30", "url": "https://files.pythonhosted.org/packages/77/9e/b79b2bb71b00675905844ee0e0baf79698b737a0f4cef84c1f6b18f3ad14/torchfcn-1.9.5.tar.gz" } ], "1.9.6": [ { "comment_text": "", "digests": { "md5": "2b3ce6af8bdcd74c0651e07863146a48", "sha256": "34fd99cf66a58cda7588ba11b8cf3679389b80ed567c02e09585713aaf3aaae5" }, "downloads": -1, "filename": "torchfcn-1.9.6.tar.gz", "has_sig": false, "md5_digest": "2b3ce6af8bdcd74c0651e07863146a48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67060, "upload_time": "2019-08-28T08:18:07", "url": "https://files.pythonhosted.org/packages/2e/c8/83aae280241a6e2ba537a8a5f21b4bb15f30060cd02b7bd56ccde51f35fa/torchfcn-1.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b3ce6af8bdcd74c0651e07863146a48", "sha256": "34fd99cf66a58cda7588ba11b8cf3679389b80ed567c02e09585713aaf3aaae5" }, "downloads": -1, "filename": "torchfcn-1.9.6.tar.gz", "has_sig": false, "md5_digest": "2b3ce6af8bdcd74c0651e07863146a48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67060, "upload_time": "2019-08-28T08:18:07", "url": "https://files.pythonhosted.org/packages/2e/c8/83aae280241a6e2ba537a8a5f21b4bb15f30060cd02b7bd56ccde51f35fa/torchfcn-1.9.6.tar.gz" } ] }