You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: