-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels