facetool
facetool copied to clipboard
Command line utility to manipulate faces in videos and images
``` ValueError: Cannot feed value of shape (1, 1604, 1598, 3) for Tensor 'input_image:0', which has shape '(?, 160, 160, 3)' ``` Very few actually work. Many produce no stdout...
Unfortunately `facetool` doesn't build on Apple Silicon because `numpy` doesn't compile on Apple Silicon. The appropriate `numpy` issue can be found [here](https://github.com/numpy/numpy/issues/17807).
On Ubuntu 24.04, with Poetry 1.8.2: ``` git clone https://github.com/hay/facetool cd facetool git checkout 3e296f7b177ebbcceb4b25f12f3327c3f6612f14 sudo apt install python3-poetry poetry install ``` blows up: ``` Installing dependencies from lock file...