1 Star 0 Fork 0

liuqiang123456789/semantic-segmentation-pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
Devin A. Conley 提交于 2020-02-04 19:47 . update readme
import setuptools
with open('README.md', 'r') as fh:
long_description = fh.read()
setuptools.setup(
name='mit_semseg',
version='1.0.0',
author='MIT CSAIL',
description='Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/CSAILVision/semantic-segmentation-pytorch',
packages=setuptools.find_packages(),
classifiers=(
'Programming Language :: Python :: 3',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
),
install_requires=[
'numpy',
'torch>=0.4.1',
'torchvision',
'opencv-python',
'yacs',
'scipy',
'tqdm'
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuqiang123456789/semantic-segmentation-pytorch.git
git@gitee.com:liuqiang123456789/semantic-segmentation-pytorch.git
liuqiang123456789
semantic-segmentation-pytorch
semantic-segmentation-pytorch
master

搜索帮助