Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can facexlib it support mac m1 architecture #24

Open
ljc222 opened this issue Nov 18, 2022 · 0 comments
Open

can facexlib it support mac m1 architecture #24

ljc222 opened this issue Nov 18, 2022 · 0 comments

Comments

@ljc222
Copy link

ljc222 commented Nov 18, 2022

hi,
xinntal,Thank you for such an excellent project,i have a request,hope you can solve。

https://github.com/xinntao/facexlib/blob/master/facexlib/detection/retinaface.py
in line 14
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
Can it support mac m1 architecture,use this code:
device = torch.device('cuda' if torch.cuda.is_available() else 'mps' if torch.has_mps else 'cpu')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant