Skip to content

Commit

Permalink
Update export.py
Browse files Browse the repository at this point in the history
Signed-off-by: hackerrajeshkumar <120269593+hackerrajeshkumar@users.noreply.github.com>
  • Loading branch information
hackerrajeshkumar authored Jun 1, 2023
1 parent 5eb7f7d commit 714dc24
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 @@ -536,7 +536,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 714dc24

Please sign in to comment.