1adrianb / 1adrianb/face-alignment
When i use face_alignment.FaceAlignment(face_alignment.LandmarksType.THREE_D, flip_input=False), Why the key point shape of the last picture is (1, 1, 68, 3), and the shape of other images are (1, 1, 68, 2)
- Vorherrschende Sprache
- Python
- Sterne
- 7.5k
- Forks
- 1.4k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
When i use face_alignment.FaceAlignment(face_alignment.LandmarksType.THREE_D, flip_input=False), Why the key point shape of the last picture is (1, 3, 68, 3), and the shape of other images are (1, 1, 68, 3)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Look at the face_alignment.FaceAlignment class and its get_landmarks method. The issue mentions inconsistent output shapes for 3D landmarks. Check the input processing and how the model handles different image batches or the last image in a sequence. Run a small script to reproduce the shape mismatch with a few test images.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python, pytorch
- Bereich
- ai, computer-vision
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100