get_landmarks_from_directory
See original GitHub issuewhen i call " get_landmarks_from_directory
" i get this error
get_landmarks_from_directory
/usr/local/lib/python3.6/dist-packages/face_alignment/detection/sfd/detect.py in batch_detect(net, img_batch, device)
43 olist = [oelem.data.cpu().numpy() for oelem in olist]
44
---> 45 bboxlists = get_predictions(List(olist), batch_size)
46 return bboxlists
47
TypeError: __init__() takes 1 positional argument but 2 were given
despite that i respected the doc instructions but still have same problem
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@oussamasf thanks for the info, can you try installing the package directly from github source? It should be fixed now
Thank you Adrian, problem fixed. You are so kind and diligent.