face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

get_landmarks_from_batch returns an empty list

Open JSHZT opened this issue 3 years ago • 1 comments

My code is as follows:

  imgs = imgs.permute(0, 3, 1, 2)# B x C x H x W 
  landmark = self.face_algm.get_landmarks_from_batch(imgs)

The picture I used is the frame intercepted by the MEAD dataset, but it returned an empty list to me, what did I do wrong?

JSHZT avatar Jan 06 '23 04:01 JSHZT

I have a similar issue, and this function is not working correctly for me.

Davidmenamm avatar May 28 '25 14:05 Davidmenamm