Skip to content

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

@palmcorp

Description

@palmcorp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions