add quadtree_image_matching

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11199857

 * init quadtree code
 * quadtree attention image matching can run in modelscope pipeline
 * jit build quadtree attention
 * update license info
This commit is contained in:
zjh271224
2023-01-12 15:56:51 +08:00
committed by wenmeng.zwm
parent 075eb1eddb
commit 8ea29a1df4
47 changed files with 2836 additions and 4 deletions

View File

@@ -201,6 +201,9 @@ if __name__ == '__main__':
url='https://github.com/modelscope/modelscope',
packages=find_packages(exclude=('configs', 'tools', 'demo')),
include_package_data=True,
package_data={
'': ['*.h', '*.cpp', '*.cu'],
},
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',