jaimin's picture
Upload 78 files
bf53f45 verified
raw
history blame contribute delete
471 Bytes
python3 demo.py \
--input "jennifer_lawrence.jpg" \
--output "output" \
--detector-weights "pretrained/yolov8x_person_face.pt" \
--checkpoint "pretrained/checkpoint-377.pth.tar" \
--device "cuda:0" \
--draw \
--with-persons
python3 demo.py \
--input "https://www.youtube.com/shorts/pVh32k0hGEI" \
--output "output" \
--detector-weights "pretrained/yolov8x_person_face.pt" \
--checkpoint "pretrained/checkpoint-377.pth.tar" \
--device "cuda:0" \
--draw \
--with-persons