qianmo

Results 5 issues of qianmo

I konw using dlib or other face detector sdk to product face landmarks, but what about pose and eye ? Thanks a lot!

examples : 整个文件夹中未找到这个头文件,是改名了吗

there is a picture, but i don't kone how to generate the corresponding file like Data/IBUG_image_008_1_0.mat which uesd in '8_generate_posmap_300WLP.py' ?

python yolov3_to_onnx.py Error I don't know how to solve it

in the test function : `y_pred = base_model.predict(data) #print(y_pred) shape = y_pred[:, :, :].shape out = K.get_value(K.ctc_decode(y_pred[:,:,:],input_length=np.ones(shape[0])*shape[1])[0][0])[:, :7] print(out) ` out is [] don't know why?