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

Pls update code based on current yolov5 version : always getting error of 'utils.general' due to detection_model = attempt_load(detection, device=device) #10

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

Comments

@Abhijeet241093
Copy link

Based on current yolo5 version if we replace detection_model = attempt_load(detection, map_location=device) with detection_model = attempt_load(detection, device=device)

It give your entire code error

Hopefully you can improve it

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