YOLOv4 exportONNX Warnings
Hi, I am trying to export the YOLOv4 "tiny-yolov4-coco" network as ONNX using the exportONNX function. It is currently giving me the following warnings:
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: Cannot exactly export Layer ‘up2d_35_new’ with ‘GeometricTransformMode’ set to
‘half-pixel’ for ‘OpsetVersion’ ‘8’. Exported network may produce different results.
Warning: Cannot exactly export Layer ‘up2d_35_new’ with ‘NearestRoundingMode’ set to ’round’
for ‘OpsetVersion’ ‘8’. Exported network may produce different results.
I realise that the functions here are just not supported yet on exportONNX based on the documentation. Are there alternatives to the above functions? Also, are there applications that can edit these placeholder values as ONNX files?Hi, I am trying to export the YOLOv4 "tiny-yolov4-coco" network as ONNX using the exportONNX function. It is currently giving me the following warnings:
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: Cannot exactly export Layer ‘up2d_35_new’ with ‘GeometricTransformMode’ set to
‘half-pixel’ for ‘OpsetVersion’ ‘8’. Exported network may produce different results.
Warning: Cannot exactly export Layer ‘up2d_35_new’ with ‘NearestRoundingMode’ set to ’round’
for ‘OpsetVersion’ ‘8’. Exported network may produce different results.
I realise that the functions here are just not supported yet on exportONNX based on the documentation. Are there alternatives to the above functions? Also, are there applications that can edit these placeholder values as ONNX files? Hi, I am trying to export the YOLOv4 "tiny-yolov4-coco" network as ONNX using the exportONNX function. It is currently giving me the following warnings:
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: ONNX does not support layer ‘nnet.cnn.layer.FunctionLayer’. Exporting to ONNX
operator ‘com.MathWorks.Placeholder’.
Warning: Cannot exactly export Layer ‘up2d_35_new’ with ‘GeometricTransformMode’ set to
‘half-pixel’ for ‘OpsetVersion’ ‘8’. Exported network may produce different results.
Warning: Cannot exactly export Layer ‘up2d_35_new’ with ‘NearestRoundingMode’ set to ’round’
for ‘OpsetVersion’ ‘8’. Exported network may produce different results.
I realise that the functions here are just not supported yet on exportONNX based on the documentation. Are there alternatives to the above functions? Also, are there applications that can edit these placeholder values as ONNX files? onnx, yolov4 MATLAB Answers — New Questions