I have followed your instructions here and was able to convert the mxnet Retinaface model to onnx format. When the model is exported to onnx, it has a fixed input size of 640x640:
I know this model can work with dynamic input sizes, so how can it be exported such that the input size isn't hardcoded and it supports dynamic?
I have followed your instructions here and was able to convert the mxnet Retinaface model to onnx format. When the model is exported to onnx, it has a fixed input size of 640x640:
I know this model can work with dynamic input sizes, so how can it be exported such that the input size isn't hardcoded and it supports dynamic?