-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed as not planned
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonquestionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
I expect the result for onnx
Inputs: ['images']
Outputs: ['output', '516', '530']
##########################################
input name images
input shape [1, 3, 640, 640]
input type tensor(float)
output name: output
output shape: [1, 3, 80, 80, 6]
output type: tensor(float)
output name: 516
output shape: [1, 3, 40, 40, 6]
output type: tensor(float)
output name: 530
output shape: [1, 3, 20, 20, 6]
output type: tensor(float)
I try command
python export.py --inplace
or
python export.py
It always combine all the output to one.
Additional
No response
Metadata
Metadata
Assignees
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonquestionFurther information is requestedFurther information is requested