ultralytics 8.0.24 mosaic, DDP, download fixes (#703)
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
899abe9f82
commit
aecd17d455
15 changed files with 120 additions and 98 deletions
|
|
@ -135,6 +135,8 @@ class BasePredictor:
|
|||
|
||||
def stream_inference(self, source=None, model=None):
|
||||
self.run_callbacks("on_predict_start")
|
||||
if self.args.verbose:
|
||||
LOGGER.info("")
|
||||
|
||||
# setup model
|
||||
if not self.model:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue