2 Star 5 Fork 3

wwfu/MMDetection-OM-Inference

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
wwfu 提交于 2023-08-07 11:13 . add setup
import setuptools
# with open('requirements.txt', encoding='utf-8') as f:
# required = f.read().splitlines()
required = []
with open('README.md', encoding='utf-8') as f:
long_description = f.read()
setuptools.setup(
name="npu_mmdet",
version="0.0.1",
author=["wwfu", "like"],
author_email=["wangwanf@foxmail.com", "likecv@126.com"],
maintainer="wwfu",
description="MMDetection model offline inference on Ascend NPU",
long_description=long_description,
long_description_content_type="text/markdown",
keywords=['Ascend', 'CANN', 'MMDetection', 'Object Detection',
'Instance segmentation'],
url="https://gitee.com/wwfu/mmdetection-om-inference",
packages=setuptools.find_packages(),
install_requires=required,
license='Apache-2.0',
python_requires='>=3.7.5',
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wwfu/mmdetection-om-inference.git
git@gitee.com:wwfu/mmdetection-om-inference.git
wwfu
mmdetection-om-inference
MMDetection-OM-Inference
master

搜索帮助