ultralytics 8.0.37 add TFLite metadata in AutoBackend (#953)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com> Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: Aarni Koskela <akx@iki.fi>
This commit is contained in:
parent
20fe708f31
commit
bdc6cd4d8b
18 changed files with 86 additions and 46 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Ultralytics YOLO 🚀, GPL-3.0 license
|
||||
|
||||
__version__ = "8.0.36"
|
||||
__version__ = "8.0.37"
|
||||
|
||||
from ultralytics.yolo.engine.model import YOLO
|
||||
from ultralytics.yolo.utils.checks import check_yolo as checks
|
||||
|
||||
__all__ = ["__version__", "YOLO", "hub", "checks"] # allow simpler import
|
||||
__all__ = ["__version__", "YOLO", "checks"] # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue