Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yxgeee committed Aug 5, 2020
1 parent a7aab06 commit c2a0d79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
@@ -1,11 +1,11 @@
from setuptools import setup, find_packages


setup(name='SFRS',
setup(name='OpenIBL',
version='0.1.0',
description='Deep Learning Library for Image-based Localization',
description='Open-source toolbox for Image-based Localization (Place Recognition)',
author_email='geyixiao831@gmail.com',
url='https://github.com/yxgeee/SFRS',
url='https://github.com/yxgeee/OpenIBL',
license='MIT',
install_requires=[
'numpy', 'torch', 'torchvision',
Expand All @@ -14,6 +14,6 @@
packages=find_packages(),
keywords=[
'Image Localization',
'Computer Vision',
'Deep Learning'
'Image Retrieval',
'Place Recognition'
])

0 comments on commit c2a0d79

Please sign in to comment.