Results 66 comments of Emiliana

More or improved documentation and comments would be very welcome.

That does in fact sound interesting!

I have never used anything flatpak related. What would be required to support this?

What I meant is, would all that would be needed to include some control file like with e.g. poetry, or would I also have to make some kind of additional...

Thank you. The code in model.py is was used for training, but I still need to update it for the current version of the models. One it is updated, I...

Yes. They are all (except for the optional, pretrained retinaface model) basically heatmap regression with a mobilenet-v3 backend. The gaze tracking model works basically exactly like the landmark one, just...

I have now updated the model definitions in model.py to match the currently used models. I have also uploaded the pytorch weights [here](https://mega.nz/file/vvYXlYQT#h7FpEg4tmOCJNxjpsDEw0JomJIkVGKwrt4OUV0RNDDU). My previous attempts at getting the models...

Thank you for the update! I'm curious to know which format you converted the models to for use with the dnn module.

Thank you, I will give it a try using your converted models. My first guess about the difference is that it might have something to do with the Upsample layers....