1 Star 0 Fork 0

kangchi/SSD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 973 Bytes
一键复制 编辑 原始数据 按行查看 历史
lufficc 提交于 2020-05-27 01:56 . remove cuda extension
from setuptools import setup, find_packages
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
name="torch-ssd",
version="1.2.0",
packages=find_packages(exclude=['ext']),
install_requires=[
"torch>=1.3",
"torchvision>=0.3",
"opencv-python~=4.0",
"yacs==0.1.6",
"Vizer~=0.1.4",
],
author="Congcong Li",
author_email="luffy.lcc@gmail.com",
description="High quality, fast, modular reference implementation of SSD in PyTorch",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/lufficc/SSD",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
license="MIT",
python_requires=">=3.6",
include_package_data=True,
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kangchi/SSD.git
git@gitee.com:kangchi/SSD.git
kangchi
SSD
SSD
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385