1adrianb / 1adrianb/face-alignment
get_landmarks_from_batch returns an empty list
- Vorherrschende Sprache
- Python
- Sterne
- 7.5k
- Forks
- 1.4k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python, pytorch
- Bereich
- computer-vision
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 30/100