Native Julia FID (Fréchet Inception Distance) Computation

Is there a relatively simple way to calculate the FID (Fréchet Inception Distance) metric in Julia? Metalhead doesn’t include a pre-trained Inception-v3 model. I know you can try ONNX or PythonCall (though all of those have failed me for some reason). But is there a way to do it natively in Julia?