MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
812 stars 223 forks source link

No module named 'ultralytics.nn.modules.conv'; 'ultralytics.nn.modules' is not a package #65

Open AshwathL opened 1 week ago

AshwathL commented 1 week ago

when i replaced the pretrained model with my model which is trained using a custom dataset it does not work and throws me this error. how do i rectify this issue and use my model to work in this code