1adrianb / 1adrianb/face-alignment
get_landmarks_from_batch returns an empty list
- Ngôn ngữ chính
- Python
- Star
- 7.5k
- Fork
- 1.4k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python, pytorch
- Lĩnh vực
- computer-vision
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 30/100