mkang315 / BGF-YOLO

[MICCAI'24] Official implementation of "BGF-YOLO: Enhanced YOLOv8 with Multiscale Attentional Feature Fusion for Brain Tumor Detection".
GNU Affero General Public License v3.0
70 stars 11 forks source link

problem of circular import #11

Open AchrafSellami opened 2 months ago

AchrafSellami commented 2 months ago

There always exists the problem of circular import. May I ask the author why when I perform reproduction on the Windows system there always appears the error report of circular import in the init folder of yolo.bgf.detect

mkang315 commented 2 months ago

You may try to put our code in the folder of 'ultralytics' of YOLOv8 and replace all the import dependencies with ultralytics.xxx.xxxx. Our code was generated based on that of YOLOv8.