Open 31702160226 opened 1 year ago
When I use the following code to export the onnx model
model = YOLO("./runs/detect/train3/weights/last.pt") model.export(format='onnx',dynamic=True)
Code running throws an exception: get_shape was called on a descriptor::Tensor with dynamic shape
When I use the following code to export the onnx model
Code running throws an exception: get_shape was called on a descriptor::Tensor with dynamic shape