ultralytics 8.0.131 NCNN, HUB and FastSAM fixes (#3587)
This commit is contained in:
parent
23c7cd4c9f
commit
d9db6cd42d
11 changed files with 24 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
|
||||
__version__ = '8.0.130'
|
||||
__version__ = '8.0.131'
|
||||
|
||||
from ultralytics.hub import start
|
||||
from ultralytics.vit.rtdetr import RTDETR
|
||||
|
|
@ -11,4 +11,4 @@ from ultralytics.yolo.nas import NAS
|
|||
from ultralytics.yolo.utils.checks import check_yolo as checks
|
||||
from ultralytics.yolo.utils.downloads import download
|
||||
|
||||
__all__ = '__version__', 'YOLO', 'NAS', 'SAM', 'RTDETR', 'checks', 'start', 'download', 'FastSAM' # allow simpler import
|
||||
__all__ = '__version__', 'YOLO', 'NAS', 'SAM', 'FastSAM', 'RTDETR', 'checks', 'download', 'start' # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue