1 Star 0 Fork 1

袁宝玺/toolkit

forked from decaymoon/toolkit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup, find_packages
setup(name='got10k',
version='0.1.3',
description='GOT-10k benchmark official API',
author='Lianghua Huang',
author_email='lianghua.huang.cs@gmail.com',
url='https://github.com/got-10k/toolkit',
license='MIT',
install_requires=[
'numpy', 'matplotlib', 'Pillow', 'Shapely', 'fire', 'wget'],
packages=find_packages(),
include_package_data=True,
keywords=[
'GOT-10k',
'Generic Object Tracking',
'Benchmark',])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buptybx/toolkit.git
git@gitee.com:buptybx/toolkit.git
buptybx
toolkit
toolkit
master

搜索帮助