Skip to content

Commit

Permalink
Update export.py (ultralytics#11638)
Browse files Browse the repository at this point in the history
* Update export.py

Signed-off-by: hackerrajeshkumar <[email protected]>

* Update export.py

Signed-off-by: Glenn Jocher <[email protected]>

---------

Signed-off-by: hackerrajeshkumar <[email protected]>
Signed-off-by: Glenn Jocher <[email protected]>
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
hackerrajeshkumar and glenn-jocher authored Jun 17, 2023
1 parent 7e21392 commit 878d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def pipeline_coreml(model, im, file, names, y, prefix=colorstr('CoreML Pipeline:
batch_size, ch, h, w = list(im.shape) # BCHW
t = time.time()

# Output shapes
# YOLOv5 Output shapes
spec = model.get_spec()
out0, out1 = iter(spec.description.output)
if platform.system() == 'Darwin':
Expand Down

0 comments on commit 878d9c8

Please sign in to comment.