qiexing / face-landmark-localization

cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
410 stars 184 forks source link

how about the performance for video face landmark? #23

Open Cv9527 opened 7 years ago

Cv9527 commented 7 years ago

can it be used in video?

suyali commented 5 years ago

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

ElemSNN commented 3 years ago

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