face-landmark-localization icon indicating copy to clipboard operation
face-landmark-localization copied to clipboard

how about the performance for video face landmark?

Open Cv9527 opened this issue 7 years ago • 2 comments

can it be used in video?

Cv9527 avatar Apr 13 '17 00:04 Cv9527

Yes, you can use opencv to load video!I made it!

suyali avatar Nov 09 '18 07:11 suyali

Yes, you can use opencv to load video!I made it!

hellow,i met a error when using landmarkPredict_webcam.py for video. as follow:

File "****/face-landmark-localization/landmarkPredict_webcam.py", line 148, in detectFace dets = detector(img, 1) TypeError: call(): incompatible function arguments. The following argument types are supported: 1. (self: _dlib_pybind11.fhog_object_detector, image: array, upsample_num_times: int=0) -> _dlib_pybind11.rectangles

Invoked with: <_dlib_pybind11.fhog_object_detector object at 0x7f859f659c70>, None, 1

ElemSNN avatar Jun 22 '21 09:06 ElemSNN