1adrianb / 1adrianb/face-alignment
get_landmarks_from_batch returns an empty list
- Lenguaje dominante
- Python
- Estrellas
- 7.5k
- Forks
- 1.4k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python, pytorch
- Área
- computer-vision
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 30/100