Default simplify=True (#16435)

This commit is contained in:
inisis 2024-09-24 05:46:18 +08:00 committed by GitHub
parent 23e79e4e1f
commit 8b8c25f216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -365,7 +365,6 @@ class ProfileModels:
onnx_file = model.export(
format="onnx",
imgsz=self.imgsz,
simplify=True,
device=self.device,
verbose=False,
)