yolov5 🚀 - No module named 'models' | bleepcoder.com
bleepcoder.com › yolov5 › 633354669Jun 07, 2020 · I've trained the small model on a custom dataset and now I am trying to integrate it into another project. I've copied the models and utils folders, fixed the imports there. When I attempt loading the model I get the same issue - ModuleNotFoundError: No module named 'models'. When I run the same model from the original repo, works like a charm.