OpenSeeFace
OpenSeeFace copied to clipboard
Worse performance of released pytorch models
Hello emilianavt, I'm trying to utilize the provided pytorch models (model.py) and weights to detect facial landmarks. However, I found its performance is worse than onnx version. An example is shown below (lm_model3 for both).
Do you have any suggestion? In my practice, I modify the model.py according to this issue, and I adapt the tracker.py by replacing the onnx models (self.session and self.detection) with pytorch models (OpenSeeFaceLandmarks and OpenSeeFaceDetect). I follow the image preprocessing codes and postprocessing codes in the original tracker.py. I'm wondering if you could provide a demo tracking code for pytorch models. Any advice is appreciated!
Can you try using geffnet commit c450c12ae6ffb1757f62dde3c2765da3c10f6def?
If this is still an issue, please feel free to reopen it.
same problem with eyes position moving upper using geffnet commit c450c12ae6ffb1757f62dde3c2765da3c10f6def