resize / run_extract_faces_GPU.bat
ihsass's picture
Upload 7 files
9754b95
raw
history blame
268 Bytes
@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=0
python extract_faces.py
pause