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

problem using pre-trained model on object-tracking #3

Open
palmcorp opened this issue Mar 15, 2024 · 0 comments
Open

problem using pre-trained model on object-tracking #3

palmcorp opened this issue Mar 15, 2024 · 0 comments

Comments

@palmcorp
Copy link

We are running object tracking with volov8-seg.pt which works fine. But when loading a pre-trained model (best.pt) the system tries to access: No module named 'ultralytics.nn.modules.conv.” The source for this module is on GitHub but not in the ultralytics tree, so pip install ultralytics.nn.modules.conv doesn’t work. Any idea on how to deal with this would be appreciated

tried pip install 'ultralytics.nn.modules.conv. Result: ERROR: Could not find a version that satisfies the requirement ultralytics.nn.modules.conv (from versions: none) ERROR: No matching distribution found for ultralytics.nn.modules.conv

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