lucasjinreal / yolov7_d2

🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
GNU General Public License v3.0
3.13k stars 483 forks source link

about import error #170

Closed AllenPu closed 2 years ago

AllenPu commented 2 years ago

Hi, I got 'ModuleNotFoundError: No module named 'yolov7.utils.wandb' when running python train_det.py, really weird

lucasjinreal commented 2 years ago

Please pull the latest commits.

JerolSOIBAM commented 2 years ago

Hi, I have the same issue even though i pulled the latest commit. @AllenPu did you manage to solve this?