iscyy / yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀
https://github.com/iscyy/yoloair
GNU General Public License v3.0
2.47k stars 428 forks source link

no module named timm #150

Open yasmine-detection opened 1 year ago

yasmine-detection commented 1 year ago

Hello, First, I thank you for your valuable contributions. It is so helpful. I successfully trained some several codes. However, when I try to do the testing and detection I face a problem with timm package. THE MESSAGE IS THE FOOLOWING from timm.models.layers import DropPath, to_2tuple, truncnormal ModuleNotFoundError: No module named 'timm' I want to precise that timm is installed correctly. I will be waiting for your return. THANK YOU FOR YOUR ATTENTION