spacewalk01 / tensorrt-yolov9

Cpp and python implementation of YOLOv9 using TensorRT API
https://github.com/WongKinYiu/yolov9
MIT License
109 stars 18 forks source link

No module named 'models' #5

Closed Egorundel closed 6 months ago

Egorundel commented 6 months ago

Hello! What should I do if this error pops up?

File "reparameterize.py", line 3 in <module>
    from models.yolo import Model
ModuleNotFoundError: No module named 'models'

Screenshot from 2024-02-28 10-15-02

spacewalk01 commented 6 months ago

You need to install yolov9 requirements first