1adrianb / 1adrianb/face-alignment

get_landmarks_from_batch returns an empty list

Aperta
#333 1 commento 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
7.5k
Fork
1.4k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Check the face-alignment library's documentation for input format expectations. The issue mentions permuting dimensions; verify the correct tensor shape and data type. Look at the get_landmarks_from_batch method in the source code to understand its requirements. Test with a known good image to isolate the problem.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python, pytorch
Ambito
computer-vision
Tipo di issue
Bug
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
30/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.