| @echo off | |
| echo don't forget to run install bat and make sure that you have changed the paths in resize_faces.py file | |
| echo moreover set your thread count according to your CPU | |
| call .\venv\Scripts\activate.bat | |
| set CUDA_VISIBLE_DEVICES=124121 | |
| python extract_faces.py | |
| pause | |