cnn-facial-landmark icon indicating copy to clipboard operation
cnn-facial-landmark copied to clipboard

same landmarks predictions for any image

Open vaibhavch opened this issue 5 years ago • 4 comments

Using butterfly module for interference. A custom dataset trained with 292 landmark points.

input node: butterfly/image_tensor

output_node: butterfly/layer6/final_dense

image = cv2.imread(args.image) face_img = np.array(image, np.uint8) marks = np.array(fly.run([face_img])).flatten()[:292] marks = np.reshape(marks, (-1, 2)) print(marks)

why iam getting same predictions for every image?

vaibhavch avatar Nov 03 '19 06:11 vaibhavch

More explanation, could you show the results on images?

abdou31 avatar Nov 03 '19 14:11 abdou31

@abdou31
Screenshot 2019-11-03 at 10 41 10 PM

same landmark coordinates irrespective of image input. something wrong with model itself?

vaibhavch avatar Nov 03 '19 17:11 vaibhavch

I will help you, but did you can tell me where do you get the annotated dataset please

abdou31 avatar Nov 03 '19 23:11 abdou31

I have the same result, have you solved it ? how to do it ?

luoww1992 avatar Sep 07 '20 08:09 luoww1992