mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-06-03 22:04:20 +08:00
Update predictor.py
This commit is contained in:
parent
8fd13b1b2c
commit
ad87de0600
@ -345,7 +345,6 @@ class BasePredictor:
|
|||||||
if self.args.show:
|
if self.args.show:
|
||||||
self.show(str(p))
|
self.show(str(p))
|
||||||
if self.args.save:
|
if self.args.save:
|
||||||
|
|
||||||
self.save_predicted_images(str(self.save_dir / (p.name or "tmp.jpg")), frame)
|
self.save_predicted_images(str(self.save_dir / (p.name or "tmp.jpg")), frame)
|
||||||
|
|
||||||
return string
|
return string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user