@timesler
I am unable to export the mtcnn model from facenet-pytorch repo into ONNX model as it does lot of operations outside the 3 stage models(p,o,r nets) and uses numpy arrays instead of torch arrays. Any ideas of making conversion to ONNX model ?