1 Star 0 Fork 0

yanghan/OpenIBL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
yxgeee 提交于 2020-08-05 20:30 . update setup
from setuptools import setup, find_packages
setup(name='OpenIBL',
version='0.1.0',
description='Open-source toolbox for Image-based Localization (Place Recognition)',
author_email='geyixiao831@gmail.com',
url='https://github.com/yxgeee/OpenIBL',
license='MIT',
install_requires=[
'numpy', 'torch', 'torchvision',
'six', 'h5py', 'Pillow', 'scipy',
'scikit-learn', 'metric-learn'],
packages=find_packages(),
keywords=[
'Image Localization',
'Image Retrieval',
'Place Recognition'
])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/John_123/OpenIBL.git
git@gitee.com:John_123/OpenIBL.git
John_123
OpenIBL
OpenIBL
master

搜索帮助