File size: 273 Bytes
9754b95 |
1 2 3 4 5 6 7 8 9 10 11 |
@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
|