yang-0201 / MAF-YOLO

Implementation of paper - Multi-Branch Auxiliary Fusion YOLO with Re-parameterization Heterogeneous Convolutional for accurate object detection.
GNU General Public License v3.0
43 stars 5 forks source link

Can't import LOGGER #1

Closed successdang closed 3 weeks ago

successdang commented 1 month ago

MAF-YOLO/yolov6/models/yolo.py", line 11, in from utils.general import LOGGER ModuleNotFoundError: No module named 'utils.general'

yang-0201 commented 1 month ago

Hi, maybe it's a problem with the directory structure. I reconfigured the environment and trained on my machine without encountering similar problems.