thepowerfuldeez / facemesh.pytorch

This is the PyTorch implementation of paper Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs (https://arxiv.org/pdf/1907.06724.pdf)
Apache License 2.0
288 stars 64 forks source link

size issue #5

Open Mombin opened 3 years ago

Mombin commented 3 years ago

Hi, thank you for providing useful code.

I ran predict_on_batch. Input size is 128x128 but I didn't work because of tensor size...

you comment that size must be 128 pixel but it didn't work I got this error image could you provide 128x128 pixel model?? jjck5938@naver.com

thepowerfuldeez commented 3 years ago

Hi! Thank you for using my code. Input image is expected 192x192, not 128x128. See Inference-FaceMesh.ipynb