ultralytics 8.0.96 TAL speed and memory improvements (#2484)
Signed-off-by: Evangelos Petrongonas <e.petrongonas@hellenicdrones.com> Co-authored-by: Evangelos Petrongonas <24351757+vpetrog@users.noreply.github.com> Co-authored-by: JF Chen <k-2feng@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
e21428ca4e
commit
6ee3a9a74b
13 changed files with 163 additions and 53 deletions
4
setup.py
4
setup.py
|
|
@ -24,7 +24,8 @@ setup(
|
|||
version=get_version(), # version of pypi package
|
||||
python_requires='>=3.7',
|
||||
license='AGPL-3.0',
|
||||
description='Ultralytics YOLOv8',
|
||||
description=('Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, '
|
||||
'pose estimation and image classification.'),
|
||||
long_description=README,
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://github.com/ultralytics/ultralytics',
|
||||
|
|
@ -47,6 +48,7 @@ setup(
|
|||
'mkdocstrings[python]',
|
||||
'mkdocs-redirects', # for 301 redirects
|
||||
'mkdocs-git-revision-date-localized-plugin', # for created/updated dates
|
||||
'mkdocs-ultralytics-plugin', # for meta descriptions and images
|
||||
],
|
||||
'export': ['coremltools>=6.0', 'openvino-dev>=2022.3', 'tensorflowjs'], # automatically installs tensorflow
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue