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

How you solve it ? #9

Open
Abhijeet241093 opened this issue Jun 4, 2024 · 0 comments
Open

How you solve it ? #9

Abhijeet241093 opened this issue Jun 4, 2024 · 0 comments

Comments

@Abhijeet241093
Copy link

detection_model = attempt_load(detection, map_location=device)

TypeError: attempt_load() got an unexpected keyword argument 'map_location'

Even it replace, with

detection_model = attempt_load(detection, device=device)

It return another errors :

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