mirror of
https://github.com/modelscope/modelscope.git
synced 2026-05-18 05:05:00 +02:00
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:
3
setup.py
3
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user